Home
last modified time | relevance | path

Searched refs:RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_message.h74 RTSPRTPInfo rtpInfo[ RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES ];
246 char rtpInfoUrlBuffer[ RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES ][200+1];
Drtsp_par_com_tunable.h33 #define RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES 10 macro
Drtsp_par_com_message.cpp73 for (int ii = 0; ii < RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES; ++ii) in reset()
Drtsp_par_com_incoming_message.cpp1482 if (RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES == numOfRtpInfoEntries) in parseOneRTPInfoEntry()