Searched refs:SAMPLE_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance
132 #define SAMPLE_QUEUE_SIZE 9 macro133 #define FRAME_QUEUE_SIZE FFMAX(SAMPLE_QUEUE_SIZE, FFMAX(VIDEO_PICTURE_QUEUE_SIZE, SUBPICTURE_QUEUE_…3100 if (frame_queue_init(&is->sampq, &is->audioq, SAMPLE_QUEUE_SIZE, 1) < 0) in stream_open()