Searched refs:tmpBuf (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp789 FDK_BITSTREAM tmpBuf; local
791 FDKinitBitStream( &tmpBuf, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER ) ;
792 FDKpushFor( &tmpBuf, hAss->audioMuxLengthBytesPos );
793 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 );
794 FDKsyncCache( &tmpBuf );

Completed in 86 milliseconds