Searched refs:av_thread_message_queue_alloc (Results 1 – 6 of 6) sorted by relevance
44 int av_thread_message_queue_alloc(AVThreadMessageQueue **mq,
40 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()
532 ret = av_thread_message_queue_alloc(&fifo->queue, (unsigned) fifo->queue_size, in fifo_init()
780 ret = av_thread_message_queue_alloc(&ctx->input_queue, ctx->input_queue_size, sizeof(AVPacket)); in android_camera_read_header()
4179 ret = av_thread_message_queue_alloc(&f->in_thread_queue, in init_input_thread()