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 139 int audioMuxLengthBytes;
tpenc_latm.cpp 155 bitDemand += 13; /* audioMuxLengthBytes */
605 hAss->audioMuxLengthBytes = 0;
695 - we must update the syncword distance (=audiomuxlengthbytes) later
700 hAss->audioMuxLengthBytes = 0;
703 FDKwriteBits(hBs, hAss->audioMuxLengthBytes, 13);
735 hAss->audioMuxLengthBytes =
740 if (hAss->audioMuxLengthBytes >= (1 << 13)) {
749 FDKwriteBits(&tmpBuf, hAss->audioMuxLengthBytes, 13);

Completed in 63 milliseconds