Home
last modified time | relevance | path

Searched refs:av_thread_message_queue_alloc (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dthreadmessage.h44 int av_thread_message_queue_alloc(AVThreadMessageQueue **mq,
Dthreadmessage.c42 int av_thread_message_queue_alloc(AVThreadMessageQueue **mq, in av_thread_message_queue_alloc() function
/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c208 ret = av_thread_message_queue_alloc(&queue, max_queue_size, sizeof(struct message)); in main()
/third_party/ffmpeg/libavformat/
Dfifo.c544 ret = av_thread_message_queue_alloc(&fifo->queue, (unsigned) fifo->queue_size, in fifo_init()
/third_party/ffmpeg/libavdevice/
Dandroid_camera.c778 ret = av_thread_message_queue_alloc(&ctx->input_queue, ctx->input_queue_size, sizeof(AVPacket)); in android_camera_read_header()
/third_party/ffmpeg/fftools/
Dffmpeg.c3728 ret = av_thread_message_queue_alloc(&f->in_thread_queue, in init_input_thread()