Searched refs:VIDEO_PICTURE_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance
130 #define VIDEO_PICTURE_QUEUE_SIZE 3 macro133 #define FRAME_QUEUE_SIZE FFMAX(SAMPLE_QUEUE_SIZE, FFMAX(VIDEO_PICTURE_QUEUE_SIZE, SUBPICTURE_QUEUE_…3096 if (frame_queue_init(&is->pictq, &is->videoq, VIDEO_PICTURE_QUEUE_SIZE, 1) < 0) in stream_open()