◆ data() [1/2]
void * MotionDataPicture::data |
( |
| ) |
|
|
overridevirtual |
- Returns
- Picture data. Returned buffer MUST be aligned on MEDIA_DATA_BUFFER_ALIGNMENT - byte boundary (this restriction helps for some optimization). nx::kit::utils::mallocAligned and nx::kit::utils::freeAligned routines can be used for that purpose
Implements nxcip::Picture.
◆ data() [2/2]
const void * MotionDataPicture::data |
( |
| ) |
const |
|
overridevirtual |
- Returns
- MotionDataPicture data. Returned buffer MUST be aligned on MEDIA_DATA_BUFFER_ALIGNMENT - byte boundary (this restriction helps for some optimization). nx::kit::utils::mallocAligned and nx::kit::utils::freeAligned routines can be used for that purpose
Implements nxcip::Picture.
The documentation for this class was generated from the following files:
- samples/image_library_plugin/src/motion_data_picture.h
- samples/image_library_plugin/src/motion_data_picture.cpp