Searched refs:otherDataLenBits (Results 1 – 3 of 3) sorted by relevance
177 bitDemand += hAss->otherDataLenBits; in transportEnc_LatmCountFixBitDemandHeader()466 FDKwriteBits(hBs, (hAss->otherDataLenBits > 0) ? 1 : 0, in CreateStreamMuxConfig()470 if (hAss->otherDataLenBits > 0) { in CreateStreamMuxConfig()472 FDKwriteBits(hBs, hAss->otherDataLenBits, 8); in CreateStreamMuxConfig()595 hAss->otherDataLenBits = 0; in transportEnc_InitLatmStream()718 *bits += hAss->otherDataLenBits; in transportEnc_LatmAdjustSubframeBits()736 ((FDKgetValidBits(hBs) + hAss->otherDataLenBits + 7) >> 3) - in transportEnc_LatmGetFrame()754 FDKwriteBits(hBs, 0, hAss->otherDataLenBits); in transportEnc_LatmGetFrame()835 if ((hAss->otherDataLenBits != 0) || (otherDataBits % 8 != 0)) { in transportEnc_LatmAddOtherDataBits()842 hAss->otherDataLenBits = otherDataBits; in transportEnc_LatmAddOtherDataBits()[all …]
165 UCHAR otherDataLenBits; /* AudioMuxElement other data bits */ member
70 private long otherDataLenBits; field in LatmReader174 data.skipBits((int) otherDataLenBits); in parseAudioMuxElement()227 otherDataLenBits = 0; in parseStreamMuxConfig()230 otherDataLenBits = latmGetValue(data); in parseStreamMuxConfig()235 otherDataLenBits = (otherDataLenBits << 8) + data.readBits(8); in parseStreamMuxConfig()