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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpvmp4audiodecoderconfig.cpp40 pExt = pointer to the external interface structure. See the file
45 pExt->pInputBuffer: pointer to input buffer containing input
48 pExt->inputBufferCurrentLength: number of bytes in the input buffer
50 pExt->inputBufferUsedLength: number of bytes already consumed in
53 pExt->remainderBits: number of bits consumed in addition to
54 pExt->inputBufferUsedLength
79 pExt: (more detail in the file PVMP4AudioDecoder_API.h)
179 tPVMP4AudioDecoderExternal *pExt,
195 pVars->inputStream.pBuffer = pExt->pInputBuffer;
198 (UInt)pExt
178 PVMP4AudioDecoderConfig( tPVMP4AudioDecoderExternal *pExt, void *pMem) argument
[all...]
H A Dpvmp4audiodecoderinitlibrary.cpp61 pExt = pointer to the external application-program interface (API)
158 pExt->bitRate = 0;
159 pExt->encodedChannels = 0;
160 pExt->samplingRate = 0;
161 pExt->inputBufferUsedLength = 0;
163 MODIFY(pExt)
242 tPVMP4AudioDecoderExternal *pExt,
317 pExt->bitRate = 0;
318 pExt->encodedChannels = 0;
319 pExt
241 PVMP4AudioDecoderInitLibrary( tPVMP4AudioDecoderExternal *pExt, void *pMem) argument
388 PVMP4AudioDecoderDisableAacPlus( tPVMP4AudioDecoderExternal *pExt, void *pMem) argument
[all...]
H A Dpvmp4setaudioconfig.cpp32 pExt = pointer to the external interface structure. See the file
37 pExt->pInputBuffer: pointer to input buffer containing input
40 pExt->inputBufferCurrentLength: number of bytes in the input buffer
42 pExt->inputBufferUsedLength: number of bytes already consumed in
45 pExt->remainderBits: number of bits consumed in addition to
46 pExt->inputBufferUsedLength
71 pExt: (more detail in the file PVMP4AudioDecoder_API.h)
171 tPVMP4AudioDecoderExternal *pExt,
191 pVars->inputStream.pBuffer = pExt->pInputBuffer;
342 pExt
170 PVMP4SetAudioConfig( tPVMP4AudioDecoderExternal *pExt, void *pMem, Int upsamplingFactor, Int samp_rate, Int num_ch, tMP4AudioObjectType audioObjectType) argument
[all...]
H A Dpvmp4audiodecoder_api.h339 tPVMP4AudioDecoderExternal *pExt,
343 tPVMP4AudioDecoderExternal *pExt,
347 tPVMP4AudioDecoderExternal *pExt,
354 tPVMP4AudioDecoderExternal *pExt,
358 tPVMP4AudioDecoderExternal *pExt,
H A Dpvmp4audiodecoderframe.cpp75 pExt->remainderBits is Int.
77 pExt->remainderBits =
176 pExt = pointer to the external interface structure. See the file
204 pExt: (more detail in the file PVMP4AudioDecoder_API.h)
506 tPVMP4AudioDecoderExternal *pExt,
564 pVars->inputStream.pBuffer = pExt->pInputBuffer;
566 pVars->inputStream.inputBufferCurrentLength = (UInt)pExt->inputBufferCurrentLength;
569 (UInt)(pExt->inputBufferCurrentLength << INBUF_ARRAY_INDEX_SHIFT);
572 (UInt)((pExt->inputBufferUsedLength << INBUF_ARRAY_INDEX_SHIFT) +
573 pExt
505 PVMP4AudioDecodeFrame( tPVMP4AudioDecoderExternal *pExt, void *pMem) argument
[all...]
/frameworks/base/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/base/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,

Completed in 1156 milliseconds