Searched refs:pExt (Results 1 – 5 of 5) sorted by relevance
186 pExt->outputFrameSize = 0; in pvmp3_framedecoder()209 pExt->outputFrameSize = 0; in pvmp3_framedecoder()254 pExt->outputFrameSize = 0; in pvmp3_framedecoder()289 pExt->outputFrameSize = 0; in pvmp3_framedecoder()538 pExt->outputFrameSize = 0; in pvmp3_framedecoder()544 pExt->version = info->version_x; in pvmp3_framedecoder()546 pExt->bitRate = mp3_bitrate[pExt->version][info->bitrate_index]; in pvmp3_framedecoder()553 if (pExt->inputBufferUsedLength > pExt->inputBufferCurrentLength) in pvmp3_framedecoder()555 pExt->outputFrameSize = 0; in pvmp3_framedecoder()656 pExt->totalNumberOfBitsUsed = 0; in pvmp3_InitDecoder()[all …]
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()
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,