FFmpeg
|
Data Fields | |
CodedBitstreamContext * | cbc |
APVDSPContext | dsp |
CodedBitstreamFragment | au |
APVDerivedTileInfo | tile_info |
APVVLCLUT | decode_lut |
AVFrame * | output_frame |
uint8_t | warned_additional_frames |
uint8_t | warned_unknown_pbu_types |
Definition at line 35 of file apv_decode.c.
CodedBitstreamContext* APVDecodeContext::cbc |
Definition at line 36 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 37 of file apv_decode.c.
Referenced by apv_decode_block(), and apv_decode_init().
CodedBitstreamFragment APVDecodeContext::au |
Definition at line 39 of file apv_decode.c.
Referenced by apv_decode_close(), and apv_decode_frame().
APVDerivedTileInfo APVDecodeContext::tile_info |
Definition at line 40 of file apv_decode.c.
APVVLCLUT APVDecodeContext::decode_lut |
Definition at line 42 of file apv_decode.c.
Referenced by apv_decode_init(), and apv_decode_tile_component().
AVFrame* APVDecodeContext::output_frame |
Definition at line 44 of file apv_decode.c.
Referenced by apv_decode(), and apv_decode_tile_component().
uint8_t APVDecodeContext::warned_additional_frames |
Definition at line 46 of file apv_decode.c.
Referenced by apv_decode_frame().
uint8_t APVDecodeContext::warned_unknown_pbu_types |
Definition at line 47 of file apv_decode.c.
Referenced by apv_decode_frame().