FFmpeg
|
Data Fields | |
CodedBitstreamContext * | cbc |
APVDSPContext | dsp |
CodedBitstreamFragment | au |
APVDerivedTileInfo | tile_info |
AVFrame * | output_frame |
atomic_int | tile_errors |
uint8_t | warned_additional_frames |
uint8_t | warned_unknown_pbu_types |
Definition at line 38 of file apv_decode.c.
CodedBitstreamContext* APVDecodeContext::cbc |
Definition at line 39 of file apv_decode.c.
Referenced by apv_decode(), apv_decode_close(), apv_decode_frame(), apv_decode_init(), and apv_decode_tile_component().
APVDSPContext APVDecodeContext::dsp |
Definition at line 40 of file apv_decode.c.
Referenced by apv_decode_block(), and apv_decode_init().
CodedBitstreamFragment APVDecodeContext::au |
Definition at line 42 of file apv_decode.c.
Referenced by apv_decode_close(), and apv_decode_frame().
APVDerivedTileInfo APVDecodeContext::tile_info |
Definition at line 43 of file apv_decode.c.
AVFrame* APVDecodeContext::output_frame |
Definition at line 45 of file apv_decode.c.
Referenced by apv_decode(), and apv_decode_tile_component().
atomic_int APVDecodeContext::tile_errors |
Definition at line 46 of file apv_decode.c.
Referenced by apv_decode(), apv_decode_init(), and apv_decode_tile_component().
uint8_t APVDecodeContext::warned_additional_frames |
Definition at line 48 of file apv_decode.c.
Referenced by apv_decode_frame().
uint8_t APVDecodeContext::warned_unknown_pbu_types |
Definition at line 49 of file apv_decode.c.
Referenced by apv_decode_frame().