|
FFmpeg
|
#include <apv_decode.h>
Data Fields | |
| CodedBitstreamContext * | cbc |
| APVDSPContext | dsp |
| CodedBitstreamFragment | au |
| APVDerivedTileInfo | tile_info |
| APVRawFrame * | cur_raw_frame |
| AVPacket * | pkt |
| AVFrame * | output_frame |
| void * | hwaccel_picture_private |
| atomic_int | tile_errors |
| enum AVPixelFormat | pix_fmt |
| int | nb_unit |
| uint8_t | warned_additional_frames |
| uint8_t | warned_unknown_pbu_types |
Definition at line 98 of file apv_decode.h.
| CodedBitstreamContext* APVDecodeContext::cbc |
Definition at line 99 of file apv_decode.h.
Referenced by apv_decode_close(), apv_decode_flush(), apv_decode_init(), apv_decode_tile_component(), apv_receive_frame(), and vk_apv_end_frame().
| APVDSPContext APVDecodeContext::dsp |
Definition at line 100 of file apv_decode.h.
Referenced by apv_decode_block(), and apv_decode_init().
| CodedBitstreamFragment APVDecodeContext::au |
Definition at line 102 of file apv_decode.h.
Referenced by apv_decode_close(), apv_decode_flush(), apv_receive_frame(), and apv_receive_frame_internal().
| APVDerivedTileInfo APVDecodeContext::tile_info |
Definition at line 103 of file apv_decode.h.
Referenced by apv_decode(), apv_decode_tile_component(), vk_apv_end_frame(), and vk_apv_start_frame().
| APVRawFrame* APVDecodeContext::cur_raw_frame |
Definition at line 104 of file apv_decode.h.
Referenced by apv_decode(), and vk_apv_start_frame().
| AVPacket* APVDecodeContext::pkt |
Definition at line 106 of file apv_decode.h.
Referenced by apv_decode(), apv_decode_flush(), apv_decode_init(), apv_receive_frame(), and apv_receive_frame_internal().
| AVFrame* APVDecodeContext::output_frame |
Definition at line 107 of file apv_decode.h.
Referenced by apv_decode(), apv_decode_tile_component(), vk_apv_end_frame(), and vk_apv_start_frame().
| void* APVDecodeContext::hwaccel_picture_private |
Definition at line 108 of file apv_decode.h.
Referenced by apv_decode(), vk_apv_decode_slice(), vk_apv_end_frame(), and vk_apv_start_frame().
| atomic_int APVDecodeContext::tile_errors |
Definition at line 109 of file apv_decode.h.
Referenced by apv_decode(), apv_decode_init(), and apv_decode_tile_component().
| enum AVPixelFormat APVDecodeContext::pix_fmt |
Definition at line 111 of file apv_decode.h.
Referenced by apv_decode(), apv_decode_check_format(), apv_decode_init(), and apv_decode_tile_component().
| int APVDecodeContext::nb_unit |
Definition at line 112 of file apv_decode.h.
Referenced by apv_decode_flush(), apv_receive_frame(), and apv_receive_frame_internal().
| uint8_t APVDecodeContext::warned_additional_frames |
Definition at line 114 of file apv_decode.h.
Referenced by apv_receive_frame_internal().
| uint8_t APVDecodeContext::warned_unknown_pbu_types |
Definition at line 115 of file apv_decode.h.
Referenced by apv_receive_frame_internal().
1.8.17