/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | decoder_aac.cpp | 58 pMem = NULL; in ConstructL() 83 if (pMem != NULL) in ~CDecoder_AAC() 85 OSCL_ARRAY_DELETE(pMem); in ~CDecoder_AAC() 86 pMem = NULL; in ~CDecoder_AAC() 183 pMem = OSCL_ARRAY_NEW(uint8 , memreq); in StartL() 185 if (pMem == 0) in StartL() 190 if (PVMP4AudioDecoderInitLibrary(pExt, pMem) != 0) in StartL() 197 pMem, in StartL() 298 pMem = OSCL_ARRAY_NEW(uint8 , memreq); in StartL() 300 if (pMem == 0) in StartL() [all …]
|
D | pvmp4audiodecoderinitlibrary.cpp | 243 void *pMem) in PVMP4AudioDecoderInitLibrary() argument 247 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderInitLibrary() 390 void *pMem) in PVMP4AudioDecoderDisableAacPlus() argument 394 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderDisableAacPlus()
|
D | pvmp4audiodecoderconfig.cpp | 180 void *pMem) in PVMP4AudioDecoderConfig() argument 191 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderConfig()
|
D | pvmp4setaudioconfig.cpp | 172 void *pMem, in PVMP4SetAudioConfig() argument 187 pVars = (tDec_Int_File *)pMem; in PVMP4SetAudioConfig()
|
D | pvmp4audiodecoderresetbuffer.cpp | 160 OSCL_EXPORT_REF void PVMP4AudioDecoderResetBuffer(void *pMem) in PVMP4AudioDecoderResetBuffer() argument 178 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderResetBuffer()
|
D | pvmp4audiodecoderframe.cpp | 507 void *pMem) in PVMP4AudioDecodeFrame() argument 539 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecodeFrame() 787 PVMP4AudioDecoderDisableAacPlus(pExt, pMem); in PVMP4AudioDecodeFrame()
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_decoder.cpp | 133 pMem = NULL; in ConstructL() 156 if (pMem != NULL) in ~CPvMP3_Decoder() 158 OSCL_ARRAY_DELETE(pMem); in ~CPvMP3_Decoder() 159 pMem = NULL; in ~CPvMP3_Decoder() 239 pMem = OSCL_ARRAY_NEW(uint8 , memreq); in StartL() 241 if (pMem == 0) in StartL() 246 pvmp3_InitDecoder(pExt, pMem); in StartL() 277 errorCode = pvmp3_framedecoder(pExt, pMem); in ExecuteL() 329 pvmp3_resetDecoder(pMem); in StopL() 352 pvmp3_resetDecoder(pMem); in ResetDecoderL() [all …]
|
D | pvmp3_framedecoder.h | 91 void *pMem); 98 void *pMem); 101 void pvmp3_resetDecoder(void *pMem); 104 void fillMainDataBuf(void *pMem, int32 temp);
|
D | pvmp3_framedecoder.cpp | 158 void *pMem) in pvmp3_framedecoder() argument 168 tmp3dec_file *pVars = (tmp3dec_file *)pMem; in pvmp3_framedecoder() 541 void fillMainDataBuf(void *pMem, int32 temp) in fillMainDataBuf() argument 543 tmp3dec_file *pVars = (tmp3dec_file *)pMem; in fillMainDataBuf() 626 void *pMem) in pvmp3_InitDecoder() argument 632 pVars = (tmp3dec_file *)pMem; in pvmp3_InitDecoder() 728 pvmp3_resetDecoder(pMem); in pvmp3_InitDecoder() 738 void pvmp3_resetDecoder(void *pMem) in pvmp3_resetDecoder() argument 744 pVars = (tmp3dec_file *)pMem; in pvmp3_resetDecoder()
|
D | pvmp3_seek_synch.cpp | 131 void *pMem) /* bit stream structure */ in pvmp3_frame_synch() argument 138 pVars = (tmp3dec_file *)pMem; in pvmp3_frame_synch()
|
D | pvmp3_seek_synch.h | 92 void *pMem);
|
/external/opencore/oscl/oscl/osclmemory/src/ |
D | oscl_mem_audit.cpp | 148 MMAuditUint8AutoPtr pMem; in MM_allocate() local 174 pMem.allocate(full_size); in MM_allocate() 179 pMem.allocate(full_size); in MM_allocate() 183 if (!pMem.get()) in MM_allocate() 196 …if ((pAllocNode = addAllocNode((void *)pMem.get(), sizeIn, pStatsNode, pFileName, lineNumber)) == … in MM_allocate() 206 static_cast<MM_AllocBlockHdr *>(static_cast<void*>(pMem.get())); in MM_allocate() 229 oscl_memset(pMem.get() + BLOCK_HDR_SIZE, prefill_pattern, sizeIn); in MM_allocate() 237 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() + in MM_allocate() 244 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() + in MM_allocate() 251 pMem_out = pMem.get() + BLOCK_HDR_SIZE; in MM_allocate() [all …]
|
D | oscl_mem_audit.h | 651 …MM_AllocNode* addAllocNode(void *pMem, uint32 sizeIn, OsclMemStatsNode* pStatsNode, const char *pF… 1144 MM_AllocNode* addAllocNode(void *pMem, uint32 sizeIn, OsclMemStatsNode* pStatsNode, in addAllocNode() argument 1147 return (_pMM_Audit_Imp->addAllocNode(pMem, sizeIn, pStatsNode, pFileName, lineNumber)); in addAllocNode()
|
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
D | getactualaacconfig.cpp | 207 uint8 *pMem = OSCL_ARRAY_NEW(uint8 , memreq); in OSCL_DLL_ENTRY_POINT_DEFAULT() local 209 if (pMem == 0) in OSCL_DLL_ENTRY_POINT_DEFAULT() 214 if (PVMP4AudioDecoderInitLibrary(iAACDecExt, pMem) != 0) in OSCL_DLL_ENTRY_POINT_DEFAULT() 226 pVars = (tDec_Int_File *)pMem; in OSCL_DLL_ENTRY_POINT_DEFAULT() 306 if (pMem != NULL) in OSCL_DLL_ENTRY_POINT_DEFAULT() 308 OSCL_ARRAY_DELETE(pMem); in OSCL_DLL_ENTRY_POINT_DEFAULT() 309 pMem = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
|
D | pvmp4audiodecoderinitlibrary.cpp | 243 void *pMem) in PVMP4AudioDecoderInitLibrary() argument 247 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderInitLibrary() 390 void *pMem) in PVMP4AudioDecoderDisableAacPlus() argument 394 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderDisableAacPlus()
|
/external/opencore/codecs_v2/audio/aac/dec/include/ |
D | pvmp4audiodecoder_api.h | 340 void *pMem); 344 void *pMem); 348 void *pMem); 351 void *pMem); 355 void *pMem); 359 void *pMem,
|
D | decoder_aac.h | 34 extern Int PVMP4SetAudioConfig(tPVMP4AudioDecoderExternal *pExt, void *pMem, Int upsamplingFactor, … 90 uint8 *pMem; variable
|
/external/srec/portable/src/ |
D | pmemfixed.c | 588 void PortFree(void* pMem) in PortFree() argument 598 tmpVal = ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+MEM_POOL_ID_OFFSET]; in PortFree() 603 ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+NEXT_BLOCK_PTR_OFFSET] = (unsigned int)pCurrentHead; in PortFree() 604 pMemPools[poolId] = (char*) & (((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET]); in PortFree()
|
/external/sqlite/dist/ |
D | sqlite3.c | 6842 Mem *pMem; /* Used when p4type is P4_MEM */ member 15280 Mem *pMem; /* Memory cell used to store aggregate context */ member 15496 SQLITE_PRIVATE int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve); 15507 SQLITE_PRIVATE void sqlite3VdbeMemPrettyPrint(Mem *pMem, char *zBuf); 15509 SQLITE_PRIVATE int sqlite3VdbeMemHandleBom(Mem *pMem); 15674 SQLITE_PRIVATE int sqlite3VdbeMemTranslate(Mem *pMem, u8 desiredEnc){ in sqlite3VdbeMemTranslate() argument 15682 assert( pMem->db==0 || sqlite3_mutex_held(pMem->db->mutex) ); in sqlite3VdbeMemTranslate() 15683 assert( pMem->flags&MEM_Str ); in sqlite3VdbeMemTranslate() 15684 assert( pMem->enc!=desiredEnc ); in sqlite3VdbeMemTranslate() 15685 assert( pMem->enc!=0 ); in sqlite3VdbeMemTranslate() [all …]
|
/external/opencore/codecs_v2/audio/mp3/dec/include/ |
D | pvmp3_decoder.h | 83 uint8 *pMem; variable
|