Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_embedded_rtp.h32 #ifdef RTSP_EMB_RTP_MAX_NUM_BUFFER_FRAGMENTS
33 #error Hey, somebody is using RTSP_EMB_RTP_MAX_NUM_BUFFER_FRAGMENTS
35 #define RTSP_EMB_RTP_MAX_NUM_BUFFER_FRAGMENTS 32 macro
86 BufferFragment fragments[ RTSP_EMB_RTP_MAX_NUM_BUFFER_FRAGMENTS ];
Drtsp_embedded_rtp.cpp35 if (newRtpPacket->GetNumFrags() > RTSP_EMB_RTP_MAX_NUM_BUFFER_FRAGMENTS - 1) in checkSanity()