FFmpeg
|
Data Fields | |
AVFrame * | frame |
AVSubtitle | sub |
int | serial |
double | pts |
double | duration |
int64_t | pos |
int | width |
int | height |
int | format |
AVRational | sar |
int | uploaded |
int | flip_v |
AVFrame * | avf |
Block * | blocks |
AVFrame* Frame::frame |
Definition at line 153 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), decode_read(), ds_free(), ds_open(), frame_queue_destroy(), frame_queue_unref_item(), queue_picture(), and video_image_display().
AVSubtitle Frame::sub |
Definition at line 154 of file ffplay.c.
Referenced by frame_queue_unref_item(), subtitle_thread(), video_image_display(), and video_refresh().
int Frame::serial |
Definition at line 155 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), frame_queue_last_pos(), queue_picture(), subtitle_thread(), video_refresh(), and vp_duration().
double Frame::pts |
Definition at line 156 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), queue_picture(), subtitle_thread(), video_image_display(), video_refresh(), and vp_duration().
double Frame::duration |
Definition at line 157 of file ffplay.c.
Referenced by audio_thread(), queue_picture(), and vp_duration().
int64_t Frame::pos |
Definition at line 158 of file ffplay.c.
Referenced by audio_thread(), data_read(), frame_queue_last_pos(), and queue_picture().
int Frame::width |
Definition at line 159 of file ffplay.c.
Referenced by attach_post_process_data(), queue_picture(), subtitle_thread(), update_frame_props(), and video_image_display().
int Frame::height |
Definition at line 160 of file ffplay.c.
Referenced by attach_post_process_data(), queue_picture(), subtitle_thread(), update_frame_props(), and video_image_display().
int Frame::format |
Definition at line 161 of file ffplay.c.
Referenced by queue_picture().
AVRational Frame::sar |
Definition at line 162 of file ffplay.c.
Referenced by queue_picture(), and video_image_display().
int Frame::uploaded |
Definition at line 163 of file ffplay.c.
Referenced by queue_picture(), subtitle_thread(), video_image_display(), and video_refresh().
int Frame::flip_v |
Definition at line 164 of file ffplay.c.
Referenced by video_image_display().
AVFrame* Frame::avf |
Definition at line 160 of file vf_minterpolate.c.
Referenced by bidirectional_obmc(), bilateral_obmc(), detect_scene_change(), filter_frame(), inject_frame(), interpolate(), and var_size_bmc().
Block* Frame::blocks |
Definition at line 161 of file vf_minterpolate.c.
Referenced by bidirectional_obmc(), and inject_frame().