Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/
DVideoRtpPayloadDecoderNode.cpp229 uint8_t bEndBit; in DecodeAvc() local
240 bEndBit = (bFUHeader >> 6) & 0x01; in DecodeAvc()
260 if (bEndBit) in DecodeAvc()
267 SendDataToRearNode(subtype, mBuffer, nDataSize + 3, nTimeStamp, bEndBit, nSeqNum, in DecodeAvc()
273 SendDataToRearNode(subtype, pData + 2, nDataSize - 2, nTimeStamp, bEndBit, nSeqNum, in DecodeAvc()
342 uint8_t bEndBit; in DecodeHevc() local
354 bEndBit = (bFUHeader >> 6) & 0x01; in DecodeHevc()
377 SendDataToRearNode(subtype, mBuffer, nDataSize + 3, nTimeStamp, bEndBit, nSeqNum, in DecodeHevc()
382 SendDataToRearNode(subtype, pData + 3, nDataSize - 3, nTimeStamp, bEndBit, nSeqNum, in DecodeHevc()