FFmpeg
|
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 |
Definition at line 50 of file enc_recon_frame_test.c.
AVCodecContext* PrivData::enc |
Definition at line 51 of file enc_recon_frame_test.c.
Referenced by main(), process_frame(), and recon_frame_process().
AVCodecContext* PrivData::dec |
Definition at line 52 of file enc_recon_frame_test.c.
Referenced by main(), and process_frame().
int64_t PrivData::pts_in |
Definition at line 54 of file enc_recon_frame_test.c.
Referenced by process_frame().
AVPacket* PrivData::pkt |
Definition at line 56 of file enc_recon_frame_test.c.
Referenced by main(), and process_frame().
AVFrame* PrivData::frame |
Definition at line 57 of file enc_recon_frame_test.c.
Referenced by main(), process_frame(), and recon_frame_process().
AVFrame * PrivData::frame_recon |
Definition at line 57 of file enc_recon_frame_test.c.
Referenced by main(), and recon_frame_process().
struct SwsContext * PrivData::scaler |
Definition at line 59 of file enc_recon_frame_test.c.
Referenced by main(), process_frame(), and recon_frame_process().
FrameChecksum* PrivData::checksums_decoded |
Definition at line 61 of file enc_recon_frame_test.c.
Referenced by main(), and process_frame().
size_t PrivData::nb_checksums_decoded |
Definition at line 62 of file enc_recon_frame_test.c.
Referenced by main(), and process_frame().
FrameChecksum* PrivData::checksums_recon |
Definition at line 63 of file enc_recon_frame_test.c.
Referenced by main(), and recon_frame_process().
size_t PrivData::nb_checksums_recon |
Definition at line 64 of file enc_recon_frame_test.c.
Referenced by main(), and recon_frame_process().
unsigned int PrivData::random_seed |
Definition at line 39 of file scale_slice_test.c.
Referenced by main(), and process_frame().
AVLFG PrivData::lfg |
Definition at line 40 of file scale_slice_test.c.
Referenced by main(), and process_frame().
int PrivData::v_shift_dst |
Definition at line 44 of file scale_slice_test.c.
Referenced by main(), and process_frame().
int PrivData::h_shift_dst |
Definition at line 44 of file scale_slice_test.c.
Referenced by main().
int PrivData::v_shift_src |
Definition at line 45 of file scale_slice_test.c.
Referenced by process_frame().
int PrivData::h_shift_src |
Definition at line 45 of file scale_slice_test.c.
Referenced by process_frame().
AVFrame* PrivData::frame_ref |
Definition at line 47 of file scale_slice_test.c.
Referenced by main(), and process_frame().
AVFrame* PrivData::frame_dst |
Definition at line 48 of file scale_slice_test.c.
Referenced by main(), and process_frame().