av_thread_message_queue_alloc 4060 fftools/ffmpeg.c     ret = av_thread_message_queue_alloc(&f->in_thread_queue,
av_thread_message_queue_alloc  780 libavdevice/android_camera.c     ret = av_thread_message_queue_alloc(&ctx->input_queue, ctx->input_queue_size, sizeof(AVPacket));
av_thread_message_queue_alloc  502 libavformat/fifo.c     ret = av_thread_message_queue_alloc(&fifo->queue, (unsigned) fifo->queue_size,
av_thread_message_queue_alloc   44 libavutil/threadmessage.h int av_thread_message_queue_alloc(AVThreadMessageQueue **mq,
av_thread_message_queue_alloc  208 tests/api/api-threadmessage-test.c     ret = av_thread_message_queue_alloc(&queue, max_queue_size, sizeof(struct message));