/external/opencore/codecs_v2/audio/aac/dec/src/ |
decoder_aac.cpp | 58 pMem = NULL; 83 if (pMem != NULL) 85 OSCL_ARRAY_DELETE(pMem); 86 pMem = NULL; 183 pMem = OSCL_ARRAY_NEW(uint8 , memreq); 185 if (pMem == 0) 190 if (PVMP4AudioDecoderInitLibrary(pExt, pMem) != 0) 197 pMem, 298 pMem = OSCL_ARRAY_NEW(uint8 , memreq); 300 if (pMem == 0 [all...] |
pvmp4audiodecoderresetbuffer.cpp | 38 pMem = void pointer to hide the internal implementation of the library 46 (The memory set aside in pMem performs this task) 53 pMem contents are modified. 54 pMem->perChan[0].time_quant[0-1023]: contents are set to zero 55 pMem->perChan[1].time_quant[0-1023]: contents are set to zero 56 pMem->bno = 1 160 OSCL_EXPORT_REF void PVMP4AudioDecoderResetBuffer(void *pMem) 178 pVars = (tDec_Int_File *)pMem;
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 188 int master_fd = open("/dev/pmem", O_RDWR, 0); 221 // first time, try to initialize pmem 227 // pmem couldn't be initialized, never use it 229 // pmem OK 250 // enable pmem in that case, so our software GL can fallback to 272 // PMEM buffers are always mmapped 278 // no more pmem memory 291 fd = open("/dev/pmem", openFlags, 0); 312 //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset); 316 // the caller didn't request PMEM, so we can try something els [all...] |
mapper.cpp | 40 // we need this for now because pmem cannot mmap at an offset 176 // ... unless it's a "master" pmem buffer, that is a buffer 327 // validate that it's indeed a pmem buffer
|
/external/opencore/android/samples/ |
android_surface_output_fb.cpp | 26 * The hardware decoder and hardware video unit share pmem buffers 27 * (tunneling mode). For software codecs, we allocate a pmem buffer 29 * pmem frame buffers used by the hardware output. 81 static const char* pmem = "/dev/pmem"; variable 130 master->setDevice(pmem); 174 LOGE("Error getting pmem heap from private_data_ptr"); 178 master->setDevice(pmem); 190 // get pmem offset and post to SurfaceFlinger 192 LOGE("Error getting pmem offset from private_data_ptr") [all...] |
android_surface_output_fb.h | 30 /* pmem file descriptor */
|
/external/kernel-headers/original/linux/ |
android_pmem.h | 24 /* This ioctl will allocate pmem space, backing the file, it will fail 28 /* This will connect a one pmem file to another, pass the file that is already 32 /* Returns the total size of the pmem region it is sent to as a pmem_region
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 197 int master_fd = open("/dev/pmem", O_RDWR, 0); 231 // first time, try to initialize pmem 237 // pmem couldn't be initialized, never use it 239 // pmem OK 328 // enable pmem in that case, so our software GL can fallback to 350 // PMEM buffers are always mmapped 354 // no more pmem memory 360 fd = open("/dev/pmem", O_RDWR, 0); 378 //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset); 382 // the caller didn't request PMEM, so we can try something els [all...] |
mapper.cpp | 40 // we need this for now because pmem cannot mmap at an offset 154 // ... unless it's a "master" pmem buffer, that is a buffer 218 // validate that it's indeed a pmem buffer
|
/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); 90 uint8 *pMem;
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_decoder.cpp | 133 pMem = NULL; 156 if (pMem != NULL) 158 OSCL_ARRAY_DELETE(pMem); 159 pMem = NULL; 243 pMem = OSCL_ARRAY_NEW(uint8 , memreq); 245 if (pMem == 0) 250 pvmp3_InitDecoder(pExt, pMem); 281 errorCode = pvmp3_framedecoder(pExt, pMem); 338 pvmp3_resetDecoder(pMem); 361 pvmp3_resetDecoder(pMem); [all...] |
pvmp3_framedecoder.cpp | 48 pMem = void pointer to hide the internal implementation of the library 61 pMem contents are modified. 158 void *pMem) 168 tmp3dec_file *pVars = (tmp3dec_file *)pMem; 566 void fillMainDataBuf(void *pMem, int32 temp) 568 tmp3dec_file *pVars = (tmp3dec_file *)pMem; 651 void *pMem) 657 pVars = (tmp3dec_file *)pMem; 753 pvmp3_resetDecoder(pMem); 763 void pvmp3_resetDecoder(void *pMem) [all...] |
pvmp3_framedecoder.h | 91 void *pMem); 98 void *pMem); 101 void pvmp3_resetDecoder(void *pMem); 104 void fillMainDataBuf(void *pMem, int32 temp);
|
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_audit.cpp | 148 MMAuditUint8AutoPtr pMem; 174 pMem.allocate(full_size); 179 pMem.allocate(full_size); 183 if (!pMem.get()) 196 if ((pAllocNode = addAllocNode((void *)pMem.get(), sizeIn, pStatsNode, pFileName, lineNumber)) == NULL) 206 static_cast<MM_AllocBlockHdr *>(static_cast<void*>(pMem.get())); 229 oscl_memset(pMem.get() + BLOCK_HDR_SIZE, prefill_pattern, sizeIn); 237 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() + 244 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() + 251 pMem_out = pMem.get() + BLOCK_HDR_SIZE [all...] |
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
getactualaacconfig.cpp | 52 pMem = void pointer to hide the internal implementation of the library 65 (The memory set aside in pMem performs this task) 78 pMem contents are modified. 207 uint8 *pMem = OSCL_ARRAY_NEW(uint8 , memreq); 209 if (pMem == 0) 214 if (PVMP4AudioDecoderInitLibrary(iAACDecExt, pMem) != 0) 226 pVars = (tDec_Int_File *)pMem; 306 if (pMem != NULL) 308 OSCL_ARRAY_DELETE(pMem); 309 pMem = NULL [all...] |
/external/srec/portable/src/ |
pmemory.c | 194 pfprintf(gFile, L("pmem|newtag|%s|%d|\n"), key, idx); 442 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace); 444 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr); 496 pfprintf(gFile, L("pmem|-|0|corrupt|%d|\n"), i); 688 pfprintf(gFile, L("pmem|alloc|%s|%d|0x%x|%s|\n"), tag, actualSize, result, data->stackTrace); 690 pfprintf(gFile, L("pmem|alloc|%s|%d|0x%x|\n"), tag, actualSize, result); 869 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|%s|\n"), e->tag, oldSize, actualSize, ptr, stackTrace); 871 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|\n"), e->tag, oldSize, actualSize, ptr); 940 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace); 942 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr) [all...] |
/system/extras/tests/framebuffer/ |
mdp_test.c | 75 *fd = open("/dev/pmem", O_RDWR | O_NONBLOCK | O_SYNC); 77 perror("cannot open /dev/pmem"); 84 perror("pmem mmap");
|
/external/opencore/codecs_v2/audio/mp3/dec/include/ |
pvmp3_decoder.h | 83 uint8 *pMem;
|
/external/srec/portable/include/ |
pmemory.h | 252 * @return ESR_INVALID_STATE if the PMem module is already initialized or an internal error occurs 260 * @return ESR_INVALID_STATE if the PMem module is not initialized 270 * @return ESR_INVALID_STATE if the PMem module is not initialized 277 * @return ESR_INVALID_STATE if the PMem module is not initialized or an internal error occurs
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_framedecoder.cpp | 48 pMem = void pointer to hide the internal implementation of the library 61 pMem contents are modified. 158 void *pMem) 168 tmp3dec_file *pVars = (tmp3dec_file *)pMem; 566 void fillMainDataBuf(void *pMem, int32 temp) 568 tmp3dec_file *pVars = (tmp3dec_file *)pMem; 651 void *pMem) 657 pVars = (tmp3dec_file *)pMem; 753 pvmp3_resetDecoder(pMem); 763 void pvmp3_resetDecoder(void *pMem) [all...] |
/development/pdk/docs/porting/ |
intro_source_code.jd | 31 <li>Android/PMEM: The PMEM (physical memory) driver is used to provide contiguous physical memory regions to userspace libraries that interact with the digital signal processor (DSP) and other hardware that cannot cope with scatter-gather.</li>
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pvmp4audiodecoderresetbuffer.cpp | 38 pMem = void pointer to hide the internal implementation of the library 46 (The memory set aside in pMem performs this task) 53 pMem contents are modified. 54 pMem->perChan[0].time_quant[0-1023]: contents are set to zero 55 pMem->perChan[1].time_quant[0-1023]: contents are set to zero 56 pMem->bno = 1 160 OSCL_EXPORT_REF void PVMP4AudioDecoderResetBuffer(void *pMem) 178 pVars = (tDec_Int_File *)pMem;
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.h | 103 // buffers. The heap may be backed by pmem (when pmem_pool contains 104 // the name of a /dev/pmem* file), or by ashmem (when pmem_pool == NULL).
|
/hardware/ti/omap3/dspbridge/inc/ |
wcdioctl.h | 409 PVOID pMem; 415 PVOID pMem; 419 PVOID pMem;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
wcdioctl.h | 409 PVOID pMem; 415 PVOID pMem; 419 PVOID pMem;
|