/external/opencore/codecs_v2/audio/aac/dec/src/ |
decoder_aac.cpp | 119 OSCL_EXPORT_REF int32 CDecoder_AAC::StartL(tPVMP4AudioDecoderExternal * pExt, 139 pExt->pInputBuffer = iInputBuf; 140 pExt->inputBufferMaxLength = KAAC_MAX_STREAMING_BUFFER_SIZE; 144 pExt->pInputBuffer = NULL; 145 pExt->inputBufferMaxLength = 0; 161 pExt->pOutputBuffer = iOutputBuf; 163 pExt->pOutputBuffer_plus = &iOutputBuf[2048]; 165 pExt->pOutputBuffer_plus = NULL; 170 pExt->pOutputBuffer = NULL; 171 pExt->pOutputBuffer_plus = NULL [all...] |
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...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
decoder_amr_wb.cpp | 129 OSCL_EXPORT_REF int32 CDecoder_AMR_WB::StartL(tPVAmrDecoderExternal * pExt, 149 pExt->pInputBuffer = iInputBuf; 156 pExt->pInputSampleBuffer = iInputSampleBuf; 174 pExt->pOutputBuffer = iOutputBuf; 176 pExt->samplingRate = 16000; 177 pExt->desiredChannels = 1; 179 pExt->reset_flag = 0; 180 pExt->reset_flag_old = 1; 181 pExt->mode_old = 0; 182 pExt->rx_state.prev_ft = RX_SPEECH_GOOD [all...] |
/external/opencore/codecs_v2/audio/aac/dec/include/ |
decoder_aac.h | 34 extern Int PVMP4SetAudioConfig(tPVMP4AudioDecoderExternal *pExt, void *pMem, Int upsamplingFactor, Int samp_rate, Int num_ch, tMP4AudioObjectType audioObjectType); 62 OSCL_IMPORT_REF int32 StartL(tPVMP4AudioDecoderExternal * pExt, 71 OSCL_IMPORT_REF int32 StartL(tPVMP4AudioDecoderExternal * pExt, 77 OSCL_IMPORT_REF int32 ExecuteL(tPVMP4AudioDecoderExternal * pExt); 82 OSCL_IMPORT_REF int32 RetrieveDecodedStreamTypeL(tPVMP4AudioDecoderExternal * pExt); 84 OSCL_IMPORT_REF void DisableSbrDecodingL(tPVMP4AudioDecoderExternal * pExt);
|
pvmp4audiodecoder_api.h | 339 tPVMP4AudioDecoderExternal *pExt, 343 tPVMP4AudioDecoderExternal *pExt, 347 tPVMP4AudioDecoderExternal *pExt, 354 tPVMP4AudioDecoderExternal *pExt, 358 tPVMP4AudioDecoderExternal *pExt,
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
decoder_gsm_amr.cpp | 110 OSCL_EXPORT_REF int32 CDecoder_AMR_NB::StartL(tPVAmrDecoderExternal * pExt, 127 pExt->pInputBuffer = (uint8 *)iInputBuf; 142 pExt->pOutputBuffer = iOutputBuf; 144 pExt->samplingRate = 8000; 145 pExt->desiredChannels = 1; 147 pExt->reset_flag = 0; 148 pExt->reset_flag_old = 1; 149 pExt->mode_old = 0; 173 OSCL_EXPORT_REF int32 CDecoder_AMR_NB::ExecuteL(tPVAmrDecoderExternal * pExt) 177 if (pExt->input_format == WMF [all...] |
/external/opencore/codecs_v2/audio/mp3/dec/include/ |
pvmp3_decoder.h | 64 OSCL_IMPORT_REF int32 StartL(tPVMP3DecoderExternal * pExt, 70 OSCL_IMPORT_REF int32 ExecuteL(tPVMP3DecoderExternal * pExt); 75 OSCL_IMPORT_REF int32 SeekMp3Synchronization(tPVMP3DecoderExternal * pExt);
|
/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...] |
/external/opencore/codecs_v2/audio/mp3/dec/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_decoder.cpp | 192 OSCL_EXPORT_REF int32 CPvMP3_Decoder::StartL(tPVMP3DecoderExternal * pExt, 209 // pExt->inputBufferMaxLength = KMP3_MAX_STREAMING_BUFFER_SIZE; 210 pExt->inputBufferMaxLength = 512; 215 pExt->inputBufferMaxLength = 0; 217 pExt->pInputBuffer = iInputBuf; 228 pExt->outputFrameSize = (KMP3_MAX_OUTPUT_SIZE >> 1); 233 pExt->outputFrameSize = 0; 236 pExt->pOutputBuffer = iOutputBuf; 238 pExt->crcEnabled = crcEnabler; 239 pExt->equalizerType = equalizType; /* Dynamically enable equalizing type * [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...] |
/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...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/ |
decoder_gsm_amr.h | 50 OSCL_IMPORT_REF virtual int32 StartL(tPVAmrDecoderExternal * pExt, 54 OSCL_IMPORT_REF virtual int32 ExecuteL(tPVAmrDecoderExternal * pExt);
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include/ |
decoder_amr_wb.h | 51 OSCL_IMPORT_REF virtual int32 StartL(tPVAmrDecoderExternal * pExt, 55 OSCL_IMPORT_REF virtual int32 ExecuteL(tPVAmrDecoderExternal * pExt);
|
/bionic/libc/stdio/ |
findfp.c | 71 struct __sfileext *pext; local 81 pext = (struct __sfileext *) 88 _FILEEXT_SETUP(p, pext); 90 pext++;
|
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
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...] |
getactualaacconfig.cpp | 36 pExt = pointer to the external interface structure. See the file 41 pExt->pInputBuffer: pointer to input buffer containing input 44 pExt->inputBufferCurrentLength: number of bytes in the input buffer 46 pExt->inputBufferUsedLength: number of bytes already consumed in 49 pExt->remainderBits: number of bits consumed in addition to 50 pExt->inputBufferUsedLength 79 pExt: (more detail in the file PVMP4AudioDecoder_API.h)
|
/external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/ |
pvgsmamrdecoderinterface.h | 188 OSCL_IMPORT_REF virtual int32 StartL(tPVAmrDecoderExternal * pExt, 192 OSCL_IMPORT_REF virtual int32 ExecuteL(tPVAmrDecoderExternal * pExt) = 0;
|