FFmpeg
|
#include <cbs_apv.h>
Data Fields | |
APVRawPBUHeader | pbu_header |
APVRawFrameHeader | frame_header |
uint32_t | tile_size [APV_MAX_TILE_COUNT] |
APVRawTile | tile [APV_MAX_TILE_COUNT] |
APVRawFiller | filler |
AVBufferRef * | tile_data_ref |
APVRawPBUHeader APVRawFrame::pbu_header |
APVRawFrameHeader APVRawFrame::frame_header |
Definition at line 103 of file cbs_apv.h.
Referenced by apv_metadata_update_fragment().
uint32_t APVRawFrame::tile_size[APV_MAX_TILE_COUNT] |
APVRawTile APVRawFrame::tile[APV_MAX_TILE_COUNT] |
APVRawFiller APVRawFrame::filler |
AVBufferRef* APVRawFrame::tile_data_ref |