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

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

Completed in 113 milliseconds