HomeSort by relevance Sort by last modified time
    Searched refs:pMemInfo (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 31 VO_U32 cmnMemAlloc (VO_S32 uID, VO_MEM_INFO * pMemInfo)
35 if (!pMemInfo)
38 pMemInfo->VBuffer = malloc (pMemInfo->Size);
  /frameworks/av/media/libstagefright/codecs/common/include/
cmnMemory.h 40 VO_U32 cmnMemAlloc (VO_S32 uID, VO_MEM_INFO * pMemInfo);
voMem.h 43 VO_U32 (VO_API * Alloc) (VO_S32 uID, VO_MEM_INFO * pMemInfo);
  /hardware/intel/img/psb_video/src/
tng_jpegES.h 123 void* pMemInfo; //!< Pointer to the memory handle for the buffer
131 void *pMemInfo;
pnw_hostjpeg.h 189 void* pMemInfo; //!< Pointer to the memory handle for the buffer
403 struct MEMORY_INFO_TAG* pMemInfo;
576 unsigned char * pMemInfo;
pnw_hostjpeg.c 522 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo == NULL) {
527 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo =
528 (unsigned char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext->ui32SizePerCodedBuffer;
551 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo != NULL) {
552 /* MMFreeDeviceMemory( &(pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo));*/
553 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = NULL;
    [all...]
tng_jpegES.c 479 drv_debug_msg(VIDEO_DEBUG_GENERAL, "jpeg_coded_buf.pMemInfo: 0x%x\n", (unsigned int)(pJPEGContext->jpeg_coded_buf.pMemInfo));
488 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = (void *)
489 ((IMG_UINT32)pJPEGContext->jpeg_coded_buf.pMemInfo + PTG_JPEG_HEADER_MAX_SIZE +
491 drv_debug_msg(VIDEO_DEBUG_GENERAL, "aBufferTable[%d].pMemInfo: 0x%x\n", ui8Loop,
492 (unsigned int)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo));
    [all...]
pnw_jpeg.c 427 vaStatus = psb_buffer_map(ctx->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo);
444 pBufHeader = (BUFFER_HEADER *)jpeg_ctx->jpeg_coded_buf.pMemInfo;
612 pContext->jpeg_coded_buf.pMemInfo = NULL;
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 624 const PVR2DMEMINFO *pMemInfo,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 582 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, mem);
583 if (pMemInfo) {
586 pMemInfo->cb_bindings.insert(cb_node);
608 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, image_state->binding.mem);
609 if (pMemInfo) {
610 pMemInfo->cb_bindings.insert(cb_node);
636 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, buff_node->binding.mem);
637 if (pMemInfo) {
638 pMemInfo->cb_bindings.insert(cb_node);
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 442 DEVICE_MEM_INFO *pMemInfo = GetMemObjInfo(dev_data, mem_binding);
443 if (pMemInfo) {
444 pMemInfo->cb_bindings.insert(cb_node);
471 DEVICE_MEM_INFO *pMemInfo = GetMemObjInfo(dev_data, mem_binding);
472 if (pMemInfo) {
473 pMemInfo->cb_bindings.insert(cb_node);
    [all...]

Completed in 222 milliseconds