HomeSort by relevance Sort by last modified time
    Searched full:pext (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderframe.cpp 75 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->remainderBits)
    [all...]
pvmp4audiodecoderconfig.cpp 40 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->inputBufferCurrentLength
    [all...]
pvmp4setaudioconfig.cpp 32 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->inputBufferUsedLength = 0
    [all...]
pvmp4audiodecoderinitlibrary.cpp 61 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->samplingRate = 0
    [all...]
pvmp4audiodecoder_api.h 339 tPVMP4AudioDecoderExternal *pExt,
343 tPVMP4AudioDecoderExternal *pExt,
347 tPVMP4AudioDecoderExternal *pExt,
354 tPVMP4AudioDecoderExternal *pExt,
358 tPVMP4AudioDecoderExternal *pExt,
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 43 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,
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->outputFrameSize = outputFrameSize
    [all...]
pvmp3_seek_synch.cpp 45 pExt = pointer to the external interface structure. See the file
130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
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->inputBufferCurrentLength = 0
    [all...]
pvmp3_framedecoder.h 90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
pvmp3_seek_synch.h 91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
  /bionic/libc/stdio/
findfp.c 74 struct __sfileext *pext; local
84 pext = (struct __sfileext *)
91 _FILEEXT_SETUP(p, pext);
93 pext++;
  /external/llvm/test/CodeGen/X86/
bmi.ll 164 %tmp = tail call i32 @llvm.x86.bmi.pext.32(i32 %x, i32 %y)
170 declare i32 @llvm.x86.bmi.pext.32(i32, i32) nounwind readnone
173 %tmp = tail call i64 @llvm.x86.bmi.pext.64(i64 %x, i64 %y)
179 declare i64 @llvm.x86.bmi.pext.64(i64, i64) nounwind readnone
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 1425 milliseconds

1 2