Home
last modified time | relevance | path

Searched refs:audioMuxLengthBytes (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp631 hAss->audioMuxLengthBytes = 0; in transportEnc_InitLatmStream()
739 hAss->audioMuxLengthBytes = 0; in transportEnc_LatmWrite()
741 FDKwriteBits( hBs, hAss->audioMuxLengthBytes, 13 ); in transportEnc_LatmWrite()
786 hAss->audioMuxLengthBytes = latmBytes - 3; /* 3=Syncword + length */ in transportEnc_LatmGetFrame()
792 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 ); in transportEnc_LatmGetFrame()
Dtpenc_latm.h129 int audioMuxLengthBytes; member