FFmpeg
|
#include <threadframe.h>
Data Fields | |
AVFrame * | f |
AVCodecContext * | owner [2] |
AVBufferRef * | progress |
Definition at line 27 of file threadframe.h.
AVFrame* ThreadFrame::f |
Definition at line 28 of file threadframe.h.
Referenced by alloc_frame_buffer(), 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(), inter_pred(), mc_chroma_scaled(), mc_luma_scaled(), 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().
AVBufferRef* ThreadFrame::progress |
Definition at line 32 of file threadframe.h.
Referenced by ff_thread_ref_frame().