Searched refs:pExt (Results 1 – 4 of 4) sorted by relevance
157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder() argument173 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 …]
90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,