Searched refs:OMX_MALLOC (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c326 OMX_MALLOC(pBuffHeader, sizeof(OMX_BUFFERHEADERTYPE));
332 OMX_MALLOC(pBuffHeader, sizeof(OMX_BUFFERHEADERTYPE));
432 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(JPEGENC_COMPONENT_PRIVATE));
478 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE+1);
482 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
483 OMX_MALLOC(pComponentPrivate->pPortParamTypeAudio, sizeof(OMX_PORT_PARAM_TYPE));
484 OMX_MALLOC(pComponentPrivate->pPortParamTypeVideo, sizeof(OMX_PORT_PARAM_TYPE));
485 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE));
486 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_INP_PORT], sizeof(JPEG_PORT_TYPE));
487 OMX_MALLOC(pComponentPrivat
[all...]
H A DOMX_JpegEnc_Utils.c2145 OMX_MALLOC(pComponentPrivate->pOutParams,sizeof(PPLIB_UALGRunTimeParam_t) + PADDING_256_BYTE);
2586 OMX_MALLOC(p, params_size + 256);
3119 OMX_MALLOC(pTunnelcComponentName, 128);
3120 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE));
3121 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE));
3122 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c198 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE));
214 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE));
234 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->pBuffer, nSizeBytes + 256);
246 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->pBuffer, nSizeBytes + 256);
496 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE));
500 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE));
594 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(JPEGDEC_COMPONENT_PRIVATE));
615 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE + 1);
639 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
640 OMX_MALLOC(pComponentPrivat
[all...]
H A DOMX_JpegDec_Utils.c2298 OMX_MALLOC(pTunnelcComponentName, 128);
2299 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE));
2300 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE));
2301 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE));
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c267 OMX_MALLOC (pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE));
293 OMX_MALLOC(pComponentPrivate->RGBbuffer, nBufSize);
311 OMX_MALLOC(pBufferStart, nBufSize + 32 + 256);
545 OMX_MALLOC(pBufListObj, sizeof(OMX_BUFFERHEADERTYPE));
566 OMX_MALLOC(pMyData->RGBbuffer, nSizeBytes);
664 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(VPP_COMPONENT_PRIVATE));
671 OMX_MALLOC(pComponentPrivate->pIpFrameStatus, sizeof(GPPToVPPInputFrameStatus) + 256);
674 OMX_MALLOC(pComponentPrivate->pOpYUVFrameStatus, sizeof(GPPToVPPOutputFrameStatus) + 256);
677 OMX_MALLOC(pComponentPrivate->pOpRGBFrameStatus, sizeof(GPPToVPPOutputFrameStatus) + 256);
737 OMX_MALLOC(pComponentPrivat
[all...]
H A DOMX_VPP_ImgConv.c110 OMX_MALLOC(pComponentPrivate->overlay, sizeof(VPP_OVERLAY));
125 OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeight+3*KDeepFiltering))));
H A DOMX_VPP_Utils.c1060 OMX_MALLOC(pBufferStart, nsize + 32 + 256);
3448 OMX_MALLOC(pTunnelcComponentName, 128);
3449 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE));
3450 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE));
3451 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE));
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h137 #define OMX_MALLOC(_pStruct_, _size_) \ macro
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h135 #define OMX_MALLOC(_pStruct_, _size_) \ macro
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h163 #define OMX_MALLOC(_pStruct_, _size_) \ macro

Completed in 66 milliseconds