Home
last modified time | relevance | path

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

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp192 HANDLE_LATM_STREAM hAss, unsigned int streamDataLength) { in transportEnc_LatmCountVarBitDemandHeader() argument
205 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() argument
628 hAss, streamDataLength /*- bitDemand*/); in transportEnc_LatmCountTotalBitDemandHeader()
Dtpenc_latm.h216 HANDLE_LATM_STREAM hAss, unsigned int streamDataLength);