Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/
DVideoRtpPayloadDecoderNode.cpp177 uint8_t* pCurrData = pData + 1; in DecodeAvc() local
185 bPacketType = pCurrData[2] & 0x1F; in DecodeAvc()
205 uint32_t nNALUnitsize = pCurrData[0]; in DecodeAvc()
206 nNALUnitsize = (nNALUnitsize << 8) + pCurrData[1]; in DecodeAvc()
208 pCurrData += 2; in DecodeAvc()
215 memcpy(mBuffer + 4, pCurrData, nNALUnitsize); in DecodeAvc()
219 pCurrData += nNALUnitsize; in DecodeAvc()