HomeSort by relevance Sort by last modified time
    Searched refs:pMemInfo (Results 1 - 9 of 9) 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...]

Completed in 408 milliseconds