|
FFmpeg
|
#include <av1dec.h>
Data Fields | |
| const AVClass * | class |
| AVCodecContext * | avctx |
| enum AVPixelFormat | pix_fmt |
| CodedBitstreamContext * | cbc |
| CodedBitstreamFragment | current_obu |
| AVPacket * | pkt |
| AVBufferRef * | seq_data_ref |
| AV1RawOBU * | seq_ref |
| RefStruct reference backing raw_seq. More... | |
| AV1RawSequenceHeader * | raw_seq |
| AV1RawOBU * | header_ref |
| RefStruct reference backing raw_frame_header. More... | |
| AV1RawFrameHeader * | raw_frame_header |
| TileGroupInfo * | tile_group_info |
| AV1RawOBU * | cll_ref |
| RefStruct reference backing cll. More... | |
| AV1RawMetadataHDRCLL * | cll |
| AV1RawOBU * | mdcv_ref |
| RefStruct reference backing mdcv. More... | |
| AV1RawMetadataHDRMDCV * | mdcv |
| DOVIContext | dovi |
| AVFifo * | itut_t35_fifo |
| uint16_t | tile_num |
| uint16_t | tg_start |
| uint16_t | tg_end |
| int | operating_point_idc |
| AV1Frame | ref [AV1_NUM_REF_FRAMES] |
| AV1Frame | cur_frame |
| int | nb_unit |
| The index of the next OBU to be processed. More... | |
| int | start_unit |
| The index of the first OBU of the current frame. More... | |
| int | operating_point |
| AVCodecContext* AV1DecContext::avctx |
| enum AVPixelFormat AV1DecContext::pix_fmt |
| CodedBitstreamContext* AV1DecContext::cbc |
| CodedBitstreamFragment AV1DecContext::current_obu |
| AVBufferRef* AV1DecContext::seq_data_ref |
| AV1RawOBU* AV1DecContext::seq_ref |
| AV1RawSequenceHeader* AV1DecContext::raw_seq |
| AV1RawOBU* AV1DecContext::header_ref |
| AV1RawFrameHeader* AV1DecContext::raw_frame_header |
| TileGroupInfo* AV1DecContext::tile_group_info |
| AV1RawOBU* AV1DecContext::cll_ref |
| AV1RawMetadataHDRCLL* AV1DecContext::cll |
| AV1RawOBU* AV1DecContext::mdcv_ref |
| AV1RawMetadataHDRMDCV* AV1DecContext::mdcv |
| DOVIContext AV1DecContext::dovi |
| AV1Frame AV1DecContext::ref[AV1_NUM_REF_FRAMES] |
| int AV1DecContext::nb_unit |
| int AV1DecContext::start_unit |
1.8.17