FFmpeg
|
#include <threadframe.h>
Data Fields | |
AVFrame * | f |
AVCodecContext * | owner [2] |
struct ThreadFrameProgress * | progress |
Definition at line 27 of file threadframe.h.
AVFrame* ThreadFrame::f |
Definition at line 28 of file threadframe.h.
Referenced by alloc_picture(), decode_mb_row_no_filter(), ff_h264_ref_picture(), ff_h264_replace_picture(), ff_mpeg_ref_picture(), ff_mpeg_unref_picture(), ff_thread_ref_frame(), ff_thread_replace_frame(), inter_pred(), vaapi_vp8_surface_id(), vaapi_vp9_surface_id(), vdpau_vp9_end_frame(), and wavpack_decode_block().
AVCodecContext* ThreadFrame::owner[2] |
Definition at line 29 of file threadframe.h.
Referenced by ff_thread_ref_frame(), and ff_thread_replace_frame().
struct ThreadFrameProgress* ThreadFrame::progress |
Definition at line 30 of file threadframe.h.
Referenced by ff_thread_ref_frame(), and ff_thread_replace_frame().