|
ADTF
|
#include <adtf_utils.h>Go to the source code of this file.
Classes | |
| struct | adtf::streaming::ant::tStreamImageFormat |
| struct | adtf::streaming::tStreamImageFormat |
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::streaming |
| Namespace for the ADTF Streaming SDK. | |
| namespace | adtf::streaming::ant |
| Namespace for all functionality of the ADTF Streaming SDK provided since v3.0. | |
| namespace | adtf::streaming::ant::imageformat_definition |
| Namespace to sort pixelformat descriptions. | |
| namespace | adtf::streaming::stream_image_format |
| Container namespace to predefine some common imageformats within ADTF. | |
Macros | |
| #define | ADTF_STREAMING_DEFAULT_SIZE_OF_STREAM_IMAGE_FORMATNAME 24 |
| defined Max byte size for tStreamImageFormatName | |
| #define | ADTF_DEFINE_STREAM_IMAGE_FORMAT(_FORMAT_STRUCT_TYPE_, _FORMAT_NAME_) |
| #define | ADTF_IMAGE_FORMAT(_FORMAT_) |
Typedefs | |
| typedef adtf_util::stack_string_base< ADTF_STREAMING_DEFAULT_SIZE_OF_STREAM_IMAGE_FORMATNAME, adtf_util::assert_out_of_range > | adtf::streaming::ant::cStreamFormatStorageType |
| formatname storage type (max byte size defined by ADTF_STREAMING_DEFAULT_SIZE_OF_STREAM_IMAGE_FORMATNAME) | |
| typedef adtf_util::string_base< cStreamFormatStorageType > | adtf::streaming::ant::tStreamImageFormatName |
| formatname type as stack string (max byte size defined by ADTF_STREAMING_DEFAULT_SIZE_OF_STREAM_IMAGE_FORMATNAME) | |
| typedef adtf_util::string_base< cStreamFormatStorageType > | adtf::streaming::tStreamImageFormatName |
| formatname type as stack string (max byte size defined by ADTF_STREAMING_DEFAULT_SIZE_OF_STREAM_IMAGE_FORMATNAME) | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define ADTF_DEFINE_STREAM_IMAGE_FORMAT | ( | _FORMAT_STRUCT_TYPE_, | |
| _FORMAT_NAME_ ) |
Internal helper to create an image format do not use to define your own !
| #define ADTF_IMAGE_FORMAT | ( | _FORMAT_ | ) |
Helper Macro to get the FormatName of the predefined Format within stream_image_format
| _FORMAT_ | Format Type (see imageformat_definition) |