FFmpeg
Loading...
Searching...
No Matches
PrivData Struct Reference

Data Fields

AVCodecContext * enc
AVCodecContext * dec
int64_t pts_in
AVPacket * pkt
AVFrame * frame
AVFrame * frame_recon
struct SwsContext * scaler
FrameChecksum * checksums_decoded
size_t nb_checksums_decoded
FrameChecksum * checksums_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
AVFrame * frame_ref
AVFrame * frame_dst

Detailed Description

Definition at line 51 of file enc_recon_frame_test.c.

Field Documentation

◆ enc

AVCodecContext* PrivData::enc

Definition at line 52 of file enc_recon_frame_test.c.

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

◆ dec

AVCodecContext* PrivData::dec

Definition at line 53 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ pts_in

int64_t PrivData::pts_in

Definition at line 55 of file enc_recon_frame_test.c.

Referenced by process_frame().

◆ pkt

AVPacket* PrivData::pkt

Definition at line 57 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ frame

AVFrame* PrivData::frame

Definition at line 58 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 58 of file enc_recon_frame_test.c.

Referenced by main(), and recon_frame_process().

◆ scaler

struct SwsContext * PrivData::scaler

Definition at line 60 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 62 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 63 of file enc_recon_frame_test.c.

Referenced by main(), and process_frame().

◆ checksums_recon

FrameChecksum* PrivData::checksums_recon

Definition at line 64 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 65 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: