Searched refs:streamDataLength (Results 1 – 2 of 2) sorted by relevance
190 …ransportEnc_LatmCountVarBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength ) in transportEnc_LatmCountVarBitDemandHeader() argument204 if ( streamDataLength > 0 ) { in transportEnc_LatmCountVarBitDemandHeader()205 streamDataLength -= bitDemand ; in transportEnc_LatmCountVarBitDemandHeader()206 while( streamDataLength >= (255<<3) ) { in transportEnc_LatmCountVarBitDemandHeader()208 streamDataLength -= (255<<3); in transportEnc_LatmCountVarBitDemandHeader()245 streamDataLength -= bitDemand ; in transportEnc_LatmCountVarBitDemandHeader()246 while( streamDataLength >= (255<<3) ) { in transportEnc_LatmCountVarBitDemandHeader()248 streamDataLength -= (255<<3); in transportEnc_LatmCountVarBitDemandHeader()644 …nsportEnc_LatmCountTotalBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength ) in transportEnc_LatmCountTotalBitDemandHeader() argument655 … bitDemand += transportEnc_LatmCountVarBitDemandHeader ( hAss , streamDataLength /*- bitDemand*/); in transportEnc_LatmCountTotalBitDemandHeader()
193 unsigned int streamDataLength