Searched refs:pExt (Results 1 – 5 of 5) sorted by relevance
130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt, in pvmp3_frame_synch() argument140 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()
340 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder() argument356 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 …]
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,