Home
last modified time | relevance | path

Searched refs:pMem (Results 1 – 20 of 20) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Ddecoder_aac.cpp58 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 …]
Dpvmp4audiodecoderinitlibrary.cpp243 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()
Dpvmp4audiodecoderconfig.cpp180 void *pMem) in PVMP4AudioDecoderConfig() argument
191 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderConfig()
Dpvmp4setaudioconfig.cpp172 void *pMem, in PVMP4SetAudioConfig() argument
187 pVars = (tDec_Int_File *)pMem; in PVMP4SetAudioConfig()
Dpvmp4audiodecoderresetbuffer.cpp160 OSCL_EXPORT_REF void PVMP4AudioDecoderResetBuffer(void *pMem) in PVMP4AudioDecoderResetBuffer() argument
178 pVars = (tDec_Int_File *)pMem; in PVMP4AudioDecoderResetBuffer()
Dpvmp4audiodecoderframe.cpp507 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/
Dpvmp3_decoder.cpp133 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 …]
Dpvmp3_framedecoder.h91 void *pMem);
98 void *pMem);
101 void pvmp3_resetDecoder(void *pMem);
104 void fillMainDataBuf(void *pMem, int32 temp);
Dpvmp3_framedecoder.cpp158 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()
Dpvmp3_seek_synch.cpp131 void *pMem) /* bit stream structure */ in pvmp3_frame_synch() argument
138 pVars = (tmp3dec_file *)pMem; in pvmp3_frame_synch()
Dpvmp3_seek_synch.h92 void *pMem);
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_audit.cpp148 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 …]
Doscl_mem_audit.h651 …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/
Dgetactualaacconfig.cpp207 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()
Dpvmp4audiodecoderinitlibrary.cpp243 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/
Dpvmp4audiodecoder_api.h340 void *pMem);
344 void *pMem);
348 void *pMem);
351 void *pMem);
355 void *pMem);
359 void *pMem,
Ddecoder_aac.h34 extern Int PVMP4SetAudioConfig(tPVMP4AudioDecoderExternal *pExt, void *pMem, Int upsamplingFactor, …
90 uint8 *pMem; variable
/external/srec/portable/src/
Dpmemfixed.c588 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/
Dsqlite3.c6842 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/
Dpvmp3_decoder.h83 uint8 *pMem; variable