Searched refs:streamDataLength (Results 1 – 2 of 2) sorted by relevance
192 HANDLE_LATM_STREAM hAss, unsigned int streamDataLength) { in transportEnc_LatmCountVarBitDemandHeader() argument205 if (streamDataLength > 0) { in transportEnc_LatmCountVarBitDemandHeader()206 streamDataLength -= bitDemand; in transportEnc_LatmCountVarBitDemandHeader()207 while (streamDataLength >= (255 << 3)) { in transportEnc_LatmCountVarBitDemandHeader()209 streamDataLength -= (255 << 3); in transportEnc_LatmCountVarBitDemandHeader()246 streamDataLength -= bitDemand; in transportEnc_LatmCountVarBitDemandHeader()247 while (streamDataLength >= (255 << 3)) { in transportEnc_LatmCountVarBitDemandHeader()249 streamDataLength -= (255 << 3); in transportEnc_LatmCountVarBitDemandHeader()617 unsigned int streamDataLength) { in transportEnc_LatmCountTotalBitDemandHeader() argument628 hAss, streamDataLength /*- bitDemand*/); in transportEnc_LatmCountTotalBitDemandHeader()
216 HANDLE_LATM_STREAM hAss, unsigned int streamDataLength);