ADTF Qt5
Loading...
Searching...
No Matches
video_widget.h File Reference
#include <adtfucom3/adtf_ucom3.h>
#include <adtfstreaming3/streamimageformat.h>
#include <adtfstreaming3/sample_intf.h>
#include <QWidget>
Include dependency graph for video_widget.h:

Go to the source code of this file.

Classes

class  adtf::ui::widget::osborn::cVideoWidget
 
class  adtf::ui::widget::v0::cVideoWidget
 
class  adtf::ui::widget::cVideoWidget
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ui
 Namespace for the ADTF UI SDK.
 
namespace  adtf::ui::widget
 Namespace for all provided widget functionality helper.
 

Functions

tResult adtf::ui::widget::osborn::get_qimage_format (const adtf::streaming::tStreamImageFormat &sFormat, QImage::Format &eImageFormat, bool &bNeedRgbSwap)
 
tResult adtf::ui::widget::osborn::sample_to_qimage (const adtf::streaming::tStreamImageFormat &sFormat, const adtf::streaming::ISample &pSample, QImage &oImage)
 
tResult adtf::ui::widget::v0::get_qimage_format (const adtf::streaming::tStreamImageFormat &sFormat, QImage::Format &eImageFormat, bool &bNeedRgbSwap)
 
tResult adtf::ui::widget::v0::sample_to_qimage (const adtf::streaming::tStreamImageFormat &sFormat, const adtf::streaming::ISample &pSample, QImage &oImage)
 
tResult adtf::ui::widget::get_qimage_format (const adtf::streaming::tStreamImageFormat &sFormat, QImage::Format &eImageFormat, bool &bNeedRgbSwap)
 
tResult adtf::ui::widget::sample_to_qimage (const adtf::streaming::tStreamImageFormat &sFormat, const adtf::streaming::ISample &pSample, QImage &oImage)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Function Documentation

◆ get_qimage_format() [1/2]

tResult adtf::ui::widget::osborn::get_qimage_format ( const adtf::streaming::tStreamImageFormat & sFormat,
QImage::Format & eImageFormat,
bool & bNeedRgbSwap )

Helper to convert adtf image format to qimage format

Parameters
sFormatThe adtf image format
eImageFormatThe resulting qimage format
bNeedRgbSwaptrue if rgb swap is needed
Returns
Standard Result Code

◆ get_qimage_format() [2/2]

tResult adtf::ui::widget::osborn::get_qimage_format ( const adtf::streaming::tStreamImageFormat & sFormat,
QImage::Format & eImageFormat,
bool & bNeedRgbSwap )

Helper to convert adtf image format to qimage format

Parameters
sFormatThe adtf image format
eImageFormatThe resulting qimage format
bNeedRgbSwaptrue if rgb swap is needed
Returns
Standard Result Code

◆ sample_to_qimage() [1/2]

tResult adtf::ui::widget::osborn::sample_to_qimage ( const adtf::streaming::tStreamImageFormat & sFormat,
const adtf::streaming::ISample & pSample,
QImage & oImage )

Helper to convert adtf sample buffer content to qimage

Parameters
sFormatThe adtf image format
pSampleThe adtf sample
oImageThe resulting qimage
Returns
Standard Result Code

◆ sample_to_qimage() [2/2]

tResult adtf::ui::widget::osborn::sample_to_qimage ( const adtf::streaming::tStreamImageFormat & sFormat,
const adtf::streaming::ISample & pSample,
QImage & oImage )

Helper to convert adtf sample buffer content to qimage

Parameters
sFormatThe adtf image format
pSampleThe adtf sample
oImageThe resulting qimage
Returns
Standard Result Code