HomeSort by relevance Sort by last modified time
    Searched refs:audioMuxLengthBytes (Results 1 - 2 of 2) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 129 int audioMuxLengthBytes;
tpenc_latm.cpp 153 bitDemand += 13 ; /* audioMuxLengthBytes */
632 hAss->audioMuxLengthBytes = 0;
734 - we must update the syncword distance (=audiomuxlengthbytes) later
740 hAss->audioMuxLengthBytes = 0;
742 FDKwriteBits( hBs, hAss->audioMuxLengthBytes, 13 );
787 hAss->audioMuxLengthBytes = latmBytes - 3; /* 3=Syncword + length */
793 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 );

Completed in 1093 milliseconds