FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
int64_t | dts_est |
struct { | |
uint64_t frame_num | |
int64_t pts | |
AVRational tb | |
} | dec |
AVRational | frame_rate_filter |
int | bits_per_raw_sample |
int64_t | wallclock [LATENCY_PROBE_NB] |
AVCodecParameters * | par_enc |
int64_t | pkt_pos |
int | pkt_size |
int64_t | duration |
void * | frame_opaque |
AVBufferRef * | frame_opaque_ref |
AVBufferRef * | hdr10_plus |
int64_t FrameData::dts_est |
Definition at line 596 of file ffmpeg.h.
Referenced by ist_dts_update(), and of_streamcopy().
uint64_t FrameData::frame_num |
Definition at line 600 of file ffmpeg.h.
Referenced by enc_stats_write(), and packet_decode().
int64_t FrameData::pts |
Definition at line 602 of file ffmpeg.h.
Referenced by enc_stats_write(), frame_data_apply(), frame_data_submit(), librav1e_receive_packet(), and packet_decode().
AVRational FrameData::tb |
Definition at line 603 of file ffmpeg.h.
Referenced by choose_out_timebase(), enc_stats_write(), and packet_decode().
struct { ... } FrameData::dec |
Referenced by choose_out_timebase(), enc_stats_write(), and packet_decode().
AVRational FrameData::frame_rate_filter |
Definition at line 606 of file ffmpeg.h.
Referenced by close_output(), enc_open(), and fg_output_step().
int FrameData::bits_per_raw_sample |
Definition at line 608 of file ffmpeg.h.
Referenced by enc_open(), fg_output_step(), and packet_decode().
int64_t FrameData::wallclock[LATENCY_PROBE_NB] |
Definition at line 610 of file ffmpeg.h.
Referenced by encode_frame(), fg_output_step(), input_packet_process(), mux_log_debug_ts(), packet_decode(), and send_frame().
AVCodecParameters* FrameData::par_enc |
Definition at line 612 of file ffmpeg.h.
Referenced by dec_standalone_open(), encode_frame(), frame_data_ensure(), and frame_data_free().
int64_t FrameData::pkt_pos |
Definition at line 151 of file ffplay.c.
Referenced by audio_thread(), decoder_decode_frame(), read_interval_packets(), show_frame(), and video_thread().
int FrameData::pkt_size |
Definition at line 87 of file ffprobe.c.
Referenced by read_interval_packets(), and show_frame().
int64_t FrameData::duration |
Definition at line 59 of file librav1e.c.
Referenced by frame_data_apply(), frame_data_submit(), librav1e_receive_packet(), nvenc_retrieve_frame_data(), and nvenc_store_frame_data().
void * FrameData::frame_opaque |
Definition at line 61 of file librav1e.c.
Referenced by frame_data_apply(), frame_data_submit(), librav1e_receive_packet(), nvenc_retrieve_frame_data(), and nvenc_store_frame_data().
AVBufferRef * FrameData::frame_opaque_ref |
Definition at line 62 of file librav1e.c.
Referenced by frame_data_apply(), frame_data_free(), frame_data_submit(), frame_data_uninit(), librav1e_receive_packet(), nvenc_retrieve_frame_data(), and nvenc_store_frame_data().
AVBufferRef* FrameData::hdr10_plus |
Definition at line 74 of file libvpxenc.c.
Referenced by frame_data_apply(), frame_data_submit(), and frame_data_uninit().