FFmpeg
Functions
vvc_thread.h File Reference
#include "vvcdec.h"

Go to the source code of this file.

Functions

struct AVExecutorff_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)
 

Function Documentation

◆ ff_vvc_executor_alloc()

struct AVExecutor* ff_vvc_executor_alloc ( VVCContext s,
int  thread_count 
)

Definition at line 614 of file vvc_thread.c.

Referenced by vvc_decode_init().

◆ ff_vvc_executor_free()

void ff_vvc_executor_free ( struct AVExecutor **  e)

Definition at line 626 of file vvc_thread.c.

Referenced by vvc_decode_free().

◆ ff_vvc_frame_thread_init()

int ff_vvc_frame_thread_init ( VVCFrameContext fc)

Definition at line 671 of file vvc_thread.c.

Referenced by frame_start().

◆ ff_vvc_frame_thread_free()

void ff_vvc_frame_thread_free ( VVCFrameContext fc)

Definition at line 631 of file vvc_thread.c.

Referenced by ff_vvc_frame_thread_init(), and frame_context_free().

◆ ff_vvc_frame_submit()

void ff_vvc_frame_submit ( VVCContext s,
VVCFrameContext fc 
)

Definition at line 761 of file vvc_thread.c.

Referenced by submit_frame().

◆ ff_vvc_frame_wait()

int ff_vvc_frame_wait ( VVCContext s,
VVCFrameContext fc 
)

Definition at line 781 of file vvc_thread.c.

Referenced by wait_delayed_frame().