Home
last modified time | relevance | path

Searched refs:pExt (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_framedecoder.cpp157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder() argument
173 pVars->inputStream.pBuffer = pExt->pInputBuffer; in pvmp3_framedecoder()
176 pVars->inputStream.usedBits = pExt->inputBufferUsedLength << 3; in pvmp3_framedecoder()
177 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength; in pvmp3_framedecoder()
186 pExt->outputFrameSize = 0; in pvmp3_framedecoder()
191 pExt->num_channels = pVars->num_channels; in pvmp3_framedecoder()
203 if (pExt->outputFrameSize >= outputFrameSize) in pvmp3_framedecoder()
205 pExt->outputFrameSize = outputFrameSize; in pvmp3_framedecoder()
209 pExt->outputFrameSize = 0; in pvmp3_framedecoder()
235 int16 *ptrOutBuffer = pExt->pOutputBuffer; in pvmp3_framedecoder()
[all …]
Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
Dpvmp3_seek_synch.h91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,