FFmpeg
|
#include <thread.h>
Data Fields | |
AVFrame * | f |
AVCodecContext * | owner |
AVBufferRef * | progress |
AVFrame* ThreadFrame::f |
Definition at line 36 of file thread.h.
Referenced by alloc_frame_buffer(), alloc_picture(), apply_loop_filter(), decode_element(), decode_frame(), decode_update_thread_context(), encode_frame(), encode_slice(), encode_slice_header(), ff_mpeg_ref_picture(), ff_mpeg_unref_picture(), ff_thread_get_buffer(), ff_thread_ref_frame(), ff_thread_release_buffer(), ffv1_close(), ffv1_common_init(), flac_decode_frame(), init_frames(), init_thread_copy(), mimic_decode_end(), mimic_decode_frame(), mimic_decode_init(), mimic_init_thread_copy(), prefetch_motion(), ref_frame(), ref_picture(), render_slice(), tak_decode_frame(), thread_get_buffer_internal(), tta_decode_frame(), update_thread_context(), vp3_decode_end(), vp3_decode_flush(), vp3_draw_horiz_band(), vp3_update_thread_context(), vp8_decode_frame(), vp8_decode_free(), vp8_decode_mb_row_no_filter(), vp8_filter_mb_row(), vp8_init_frames(), vp8_mc_chroma(), vp8_mc_luma(), and wavpack_decode_block().
AVCodecContext* ThreadFrame::owner |
Definition at line 37 of file thread.h.
Referenced by decode_slice_header(), ff_thread_await_progress(), ff_thread_get_buffer(), ff_thread_ref_frame(), ff_thread_release_buffer(), ff_thread_report_progress(), and thread_get_buffer_internal().
AVBufferRef* ThreadFrame::progress |
Definition at line 40 of file thread.h.
Referenced by ff_thread_await_progress(), ff_thread_ref_frame(), ff_thread_release_buffer(), ff_thread_report_progress(), get_lowest_part_y(), and thread_get_buffer_internal().