Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.cpp265 while (entityBody[ebCurrentIndex].len == ebCurrentOffset) in getDataBufferSpec()
267 ++ebCurrentIndex; in getDataBufferSpec()
275 entityBody[ebCurrentIndex].len - ebCurrentOffset; in getDataBufferSpec()
280 static_cast<char*>(entityBody[ebCurrentIndex].ptr) + ebCurrentOffset, in getDataBufferSpec()
569 ebCurrentIndex = 0; in registerEntityBody()
576 ebCurrentIndex = 0; in registerEntityBody()
610 if (entityBody[ebCurrentIndex].len == ebCurrentOffset) in startFillingOutEntityBody()
612 ++ebCurrentIndex; in startFillingOutEntityBody()
617 uint32 fragmentSizeAvailable = entityBody[ebCurrentIndex].len - ebCurrentOffset; in startFillingOutEntityBody()
648 oscl_memcpy(static_cast<char*>(entityBody[ebCurrentIndex].ptr) + ebCurrentOffset, in startFillingOutEntityBody()
[all …]
Drtsp_parser.h89 uint32 ebCurrentIndex; variable