FFmpeg
|
#include "vvcdec.h"
Go to the source code of this file.
Functions | |
struct AVExecutor * | ff_vvc_executor_alloc (VVCContext *s, int thread_count) |
void | ff_vvc_executor_free (struct AVExecutor **e) |
int | ff_vvc_frame_thread_init (VVCFrameContext *fc) |
void | ff_vvc_frame_thread_free (VVCFrameContext *fc) |
void | ff_vvc_frame_submit (VVCContext *s, VVCFrameContext *fc) |
int | ff_vvc_frame_wait (VVCContext *s, VVCFrameContext *fc) |
struct AVExecutor* ff_vvc_executor_alloc | ( | VVCContext * | s, |
int | thread_count | ||
) |
Definition at line 645 of file vvc_thread.c.
Referenced by vvc_decode_init().
void ff_vvc_executor_free | ( | struct AVExecutor ** | e | ) |
Definition at line 657 of file vvc_thread.c.
Referenced by vvc_decode_free().
int ff_vvc_frame_thread_init | ( | VVCFrameContext * | fc | ) |
Definition at line 702 of file vvc_thread.c.
Referenced by frame_start().
void ff_vvc_frame_thread_free | ( | VVCFrameContext * | fc | ) |
Definition at line 662 of file vvc_thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_context_free().
void ff_vvc_frame_submit | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 792 of file vvc_thread.c.
Referenced by submit_frame().
int ff_vvc_frame_wait | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 812 of file vvc_thread.c.
Referenced by wait_delayed_frame().