Home
last modified time | relevance | path

Searched refs:reordering_queue_size (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtsp.h410 int reordering_queue_size; member
H A Drtsp.c78 { "reorder_queue_size", "set number of packets to buffer for handling of reordered packets", OFFSET(reordering_queue_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, DEC }, \
829 int reordering_queue_size = rt->reordering_queue_size; in ff_rtsp_open_transport_ctx() local
830 if (reordering_queue_size < 0) { in ff_rtsp_open_transport_ctx()
832 reordering_queue_size = 0; in ff_rtsp_open_transport_ctx()
834 reordering_queue_size = RTP_REORDER_QUEUE_DEFAULT_SIZE; in ff_rtsp_open_transport_ctx()
862 reordering_queue_size); in ff_rtsp_open_transport_ctx()

Completed in 5 milliseconds