Searched defs:composeMultipleFrame (Results 1 - 1 of 1) sorted by relevance

/external/opencore/protocols/rtp_payload_parser/util/src/
H A Dlatmpayloadparser.cpp203 // note, composeMultipleFrame will also work for the simple case in case there is another reason
206 retVal = composeMultipleFrame(mediaDataIn);
322 // note, composeMultipleFrame will also work for the simple case in case there is another reason
325 retVal = composeMultipleFrame(aData, aDataLen, aTimestamp, aSeqNum, aMbit);
518 uint8 PV_LATM_Parser::composeMultipleFrame(PVMFSharedMediaDataPtr& mediaDataIn) function in class:PV_LATM_Parser
1186 uint8 PV_LATM_Parser::composeMultipleFrame(uint8* aData, uint32 aDataLen, uint32 aTimestamp, uint32 aSeqNum, uint32 aMbit) function in class:PV_LATM_Parser

Completed in 14 milliseconds