Searched refs:tmpBuf (Results 1 - 2 of 2) 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 );
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp56 FFTComplexProxy* tmpBuf; member in struct:__anon10243::FFTContextProxy

Completed in 103 milliseconds