Home
last modified time | relevance | path

Searched refs:RTSP_RESYNC_PRESERVE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_tunable.h35 #define RTSP_RESYNC_PRESERVE_SIZE 20 macro
Drtsp_parser.cpp995 int sizeToMove = (RTSP_RESYNC_PRESERVE_SIZE < (mainBufferSpace - mainBufferEntry)) ? in lookForResync()
996 RTSP_RESYNC_PRESERVE_SIZE : (mainBufferSpace - mainBufferEntry); in lookForResync()