Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_seek_synch.cpp130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt, in pvmp3_frame_synch() argument
140 pVars->inputStream.pBuffer = pExt->pInputBuffer; in pvmp3_frame_synch()
141 pVars->inputStream.usedBits = (pExt->inputBufferUsedLength << 3); // in bits in pvmp3_frame_synch()
144 pVars->inputStream.inputBufferCurrentLength = (pExt->inputBufferCurrentLength); // in bits in pvmp3_frame_synch()
196 pExt->CurrentFrameLength = numBytes + 3; in pvmp3_frame_synch()
202 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3; in pvmp3_frame_synch()
226 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3; /// !!!!! in pvmp3_frame_synch()
231 pExt->inputBufferCurrentLength = 0; in pvmp3_frame_synch()
237 pExt->inputBufferCurrentLength = 0; in pvmp3_frame_synch()
Dpvmp3_framedecoder.cpp340 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder() argument
356 errorCode = validate_input(pExt->pInputBuffer, pExt->inputBufferCurrentLength); in pvmp3_framedecoder()
359 pExt->outputFrameSize = 0; in pvmp3_framedecoder()
363 pVars->inputStream.pBuffer = pExt->pInputBuffer; in pvmp3_framedecoder()
366 pVars->inputStream.usedBits = pExt->inputBufferUsedLength << 3; in pvmp3_framedecoder()
367 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength; in pvmp3_framedecoder()
376 pExt->outputFrameSize = 0; in pvmp3_framedecoder()
381 pExt->num_channels = pVars->num_channels; in pvmp3_framedecoder()
393 if (pExt->outputFrameSize >= outputFrameSize) in pvmp3_framedecoder()
395 pExt->outputFrameSize = outputFrameSize; 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/module/codecs/mp3dec/include/
Dpvmp3decoder_api.h241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,