FFmpeg
Data Fields
APVDecodeContext Struct Reference

#include <apv_decode.h>

Data Fields

CodedBitstreamContextcbc
 
APVDSPContext dsp
 
CodedBitstreamFragment au
 
APVDerivedTileInfo tile_info
 
APVRawFramecur_raw_frame
 
AVPacketpkt
 
AVFrameoutput_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
 

Detailed Description

Definition at line 98 of file apv_decode.h.

Field Documentation

◆ cbc

CodedBitstreamContext* APVDecodeContext::cbc

◆ dsp

APVDSPContext APVDecodeContext::dsp

Definition at line 100 of file apv_decode.h.

Referenced by apv_decode_block(), and apv_decode_init().

◆ au

CodedBitstreamFragment APVDecodeContext::au

◆ tile_info

APVDerivedTileInfo APVDecodeContext::tile_info

◆ cur_raw_frame

APVRawFrame* APVDecodeContext::cur_raw_frame

Definition at line 104 of file apv_decode.h.

Referenced by apv_decode(), and vk_apv_start_frame().

◆ pkt

AVPacket* APVDecodeContext::pkt

◆ output_frame

AVFrame* APVDecodeContext::output_frame

◆ hwaccel_picture_private

void* APVDecodeContext::hwaccel_picture_private

◆ tile_errors

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().

◆ pix_fmt

enum AVPixelFormat APVDecodeContext::pix_fmt

◆ nb_unit

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().

◆ warned_additional_frames

uint8_t APVDecodeContext::warned_additional_frames

Definition at line 114 of file apv_decode.h.

Referenced by apv_receive_frame_internal().

◆ warned_unknown_pbu_types

uint8_t APVDecodeContext::warned_unknown_pbu_types

Definition at line 115 of file apv_decode.h.

Referenced by apv_receive_frame_internal().


The documentation for this struct was generated from the following file: