Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp186 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 …]
H A 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()
H A Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
H A Dpvmp3_seek_synch.h91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
/aosp12/frameworks/av/media/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,