|
ADTF Qt5
|
#include <adtfucom3/adtf_ucom3.h>#include <adtfstreaming3/streamimageformat.h>#include <adtfstreaming3/sample_intf.h>#include <QWidget>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) |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| 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
| sFormat | The adtf image format |
| eImageFormat | The resulting qimage format |
| bNeedRgbSwap | true if rgb swap is needed |
| 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
| sFormat | The adtf image format |
| eImageFormat | The resulting qimage format |
| bNeedRgbSwap | true if rgb swap is needed |
| 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
| sFormat | The adtf image format |
| pSample | The adtf sample |
| oImage | The resulting qimage |
| 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
| sFormat | The adtf image format |
| pSample | The adtf sample |
| oImage | The resulting qimage |