Searched refs:otherDataLenBytes (Results 1 – 2 of 2) sorted by relevance
175 bitDemand += 8*hAss->otherDataLenBytes; in transportEnc_LatmCountFixBitDemandHeader()464 FDKwriteBits( hBs, (hAss->otherDataLenBytes>0) ? 1:0, 1 ); /* otherDataPresent */ in CreateStreamMuxConfig()467 if( hAss->otherDataLenBytes > 0 ) { in CreateStreamMuxConfig()469 INT otherDataLenTmp = hAss->otherDataLenBytes; in CreateStreamMuxConfig()479 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF; in CreateStreamMuxConfig()621 hAss->otherDataLenBytes = 0; in transportEnc_InitLatmStream()
134 unsigned int otherDataLenBytes; member