Home
last modified time | relevance | path

Searched refs:task_fifo_mutex (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dframe_thread_encoder.c54 pthread_mutex_t task_fifo_mutex; /* Used to guard (next_)task_index */ member
73 (OFF(buffer_mutex), OFF(task_fifo_mutex), OFF(finished_task_mutex)),
88 pthread_mutex_lock(&c->task_fifo_mutex); in worker()
91 pthread_mutex_unlock(&c->task_fifo_mutex); in worker()
94 pthread_cond_wait(&c->task_fifo_cond, &c->task_fifo_mutex); in worker()
98 pthread_mutex_unlock(&c->task_fifo_mutex); in worker()
265 pthread_mutex_lock(&c->task_fifo_mutex); in ff_frame_thread_encoder_free()
268 pthread_mutex_unlock(&c->task_fifo_mutex); in ff_frame_thread_encoder_free()
294 pthread_mutex_lock(&c->task_fifo_mutex); in ff_thread_video_encode_frame()
297 pthread_mutex_unlock(&c->task_fifo_mutex); in ff_thread_video_encode_frame()
[all...]

Completed in 1 milliseconds