Searched defs:pExt (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp45 pExt = pointer to the external interface structure. See the file
130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt, argument
140 pVars->inputStream.pBuffer = pExt->pInputBuffer;
141 pVars->inputStream.usedBits = (pExt->inputBufferUsedLength << 3); // in bits
144 pVars->inputStream.inputBufferCurrentLength = (pExt->inputBufferCurrentLength); // in bits
196 pExt->CurrentFrameLength = numBytes + 3;
202 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3;
226 pExt->inputBufferUsedLength = pVars->inputStream.usedBits >> 3; /// !!!!!
231 pExt->inputBufferCurrentLength = 0;
237 pExt
[all...]
H A Dpvmp3_framedecoder.cpp43 pExt = pointer to the external interface structure. See the file
62 pExt: (more detail in the file pvmp3decoder_api.h)
157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, argument
173 pVars->inputStream.pBuffer = pExt->pInputBuffer;
176 pVars->inputStream.usedBits = pExt->inputBufferUsedLength << 3;
177 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength;
186 pExt->outputFrameSize = 0;
191 pExt->num_channels = pVars->num_channels;
203 if (pExt->outputFrameSize >= outputFrameSize)
205 pExt
650 pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt, void *pMem) argument
[all...]

Completed in 11 milliseconds