Home
last modified time | relevance | path

Searched defs:FrameThreadContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpthread_frame.c128 typedef struct FrameThreadContext { struct
129 PerThreadContext *threads; ///< The contexts for each thread.
130 PerThreadContext *prev_thread; ///< The last thread submit_packet() was called on.
132 unsigned pthread_init_cnt; ///< Number of successfully initialized mutexes/conditions
156 } FrameThreadContext; argument