Searched refs:av_thread_message_queue_alloc (Results 1 – 6 of 6) sorted by relevance
44 int av_thread_message_queue_alloc(AVThreadMessageQueue **mq,
42 int av_thread_message_queue_alloc(AVThreadMessageQueue **mq, in av_thread_message_queue_alloc() function
208 ret = av_thread_message_queue_alloc(&queue, max_queue_size, sizeof(struct message)); in main()
544 ret = av_thread_message_queue_alloc(&fifo->queue, (unsigned) fifo->queue_size, in fifo_init()
778 ret = av_thread_message_queue_alloc(&ctx->input_queue, ctx->input_queue_size, sizeof(AVPacket)); in android_camera_read_header()
3728 ret = av_thread_message_queue_alloc(&f->in_thread_queue, in init_input_thread()