Home
last modified time | relevance | path

Searched refs:inputBufferCurrentLength (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Ds_mp3bits.h93 uint32 inputBufferCurrentLength; member
Dpvmp3_framedecoder.cpp177 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength; in pvmp3_framedecoder()
282 if ((uint32)pVars->predicted_frame_size > pVars->inputStream.inputBufferCurrentLength) in pvmp3_framedecoder()
548 if (pExt->inputBufferUsedLength > pExt->inputBufferCurrentLength) in pvmp3_framedecoder()
665 pExt->inputBufferCurrentLength = 0; in pvmp3_InitDecoder()
Dpvmp3_decode_header.cpp128 if (inputStream->inputBufferCurrentLength < ((SYNC_WORD_LNGTH + 21) >> 3)) in pvmp3_decode_header()
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h144 int32 inputBufferCurrentLength; member
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3dec_test.cpp105 config.inputBufferCurrentLength = bytesRead; in main()
DMp3DecoderTest.cpp76 mConfig->inputBufferCurrentLength = bytesRead; in DecodeFrames()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp329 mConfig->inputBufferCurrentLength = inHeader->nFilledLen; in onQueueFilled()
332 mConfig->inputBufferCurrentLength = 0; in onQueueFilled()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp405 mConfig->inputBufferCurrentLength = (inSize - inPos); in process()