FFmpeg
Data Fields
PrivData Struct Reference

Data Fields

AVCodecContextenc
 
AVCodecContextdec
 
int64_t pts_in
 
AVPacketpkt
 
AVFrameframe
 
AVFrameframe_recon
 
struct SwsContextscaler
 
FrameChecksumchecksums_decoded
 
size_t nb_checksums_decoded
 
FrameChecksumchecksums_recon
 
size_t nb_checksums_recon
 
unsigned int random_seed
 
AVLFG lfg
 
int v_shift_dst
 
int h_shift_dst
 
int v_shift_src
 
int h_shift_src
 
AVFrameframe_ref
 
AVFrameframe_dst
 

Detailed Description

Definition at line 50 of file enc_recon_frame_test.c.

Field Documentation

◆ enc

AVCodecContext* PrivData::enc

Definition at line 51 of file enc_recon_frame_test.c.

Referenced by main(), process_frame(), and recon_frame_process().

◆ dec

AVCodecContext* PrivData::dec

Definition at line 52 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ pts_in

int64_t PrivData::pts_in

Definition at line 54 of file enc_recon_frame_test.c.

Referenced by process_frame().

◆ pkt

AVPacket* PrivData::pkt

Definition at line 56 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ frame

AVFrame* PrivData::frame

Definition at line 57 of file enc_recon_frame_test.c.

Referenced by main(), process_frame(), and recon_frame_process().

◆ frame_recon

AVFrame * PrivData::frame_recon

Definition at line 57 of file enc_recon_frame_test.c.

Referenced by main(), and recon_frame_process().

◆ scaler

struct SwsContext * PrivData::scaler

Definition at line 59 of file enc_recon_frame_test.c.

Referenced by main(), process_frame(), and recon_frame_process().

◆ checksums_decoded

FrameChecksum* PrivData::checksums_decoded

Definition at line 61 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ nb_checksums_decoded

size_t PrivData::nb_checksums_decoded

Definition at line 62 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ checksums_recon

FrameChecksum* PrivData::checksums_recon

Definition at line 63 of file enc_recon_frame_test.c.

Referenced by main(), and recon_frame_process().

◆ nb_checksums_recon

size_t PrivData::nb_checksums_recon

Definition at line 64 of file enc_recon_frame_test.c.

Referenced by main(), and recon_frame_process().

◆ random_seed

unsigned int PrivData::random_seed

Definition at line 39 of file scale_slice_test.c.

Referenced by main(), and process_frame().

◆ lfg

AVLFG PrivData::lfg

Definition at line 40 of file scale_slice_test.c.

Referenced by main(), and process_frame().

◆ v_shift_dst

int PrivData::v_shift_dst

Definition at line 44 of file scale_slice_test.c.

Referenced by main(), and process_frame().

◆ h_shift_dst

int PrivData::h_shift_dst

Definition at line 44 of file scale_slice_test.c.

Referenced by main().

◆ v_shift_src

int PrivData::v_shift_src

Definition at line 45 of file scale_slice_test.c.

Referenced by process_frame().

◆ h_shift_src

int PrivData::h_shift_src

Definition at line 45 of file scale_slice_test.c.

Referenced by process_frame().

◆ frame_ref

AVFrame* PrivData::frame_ref

Definition at line 47 of file scale_slice_test.c.

Referenced by main(), and process_frame().

◆ frame_dst

AVFrame* PrivData::frame_dst

Definition at line 48 of file scale_slice_test.c.

Referenced by main(), and process_frame().


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