Searched refs:audioMuxLengthBytes (Results 1 – 2 of 2) sorted by relevance
632 hAss->audioMuxLengthBytes = 0; in transportEnc_InitLatmStream()740 hAss->audioMuxLengthBytes = 0; in transportEnc_LatmWrite()742 FDKwriteBits( hBs, hAss->audioMuxLengthBytes, 13 ); in transportEnc_LatmWrite()787 hAss->audioMuxLengthBytes = latmBytes - 3; /* 3=Syncword + length */ in transportEnc_LatmGetFrame()793 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 ); in transportEnc_LatmGetFrame()
129 int audioMuxLengthBytes; member