Searched refs:OMX_MALLOC (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEncoder.c | 326 OMX_MALLOC(pBuffHeader, sizeof(OMX_BUFFERHEADERTYPE)); in JPEGENC_UseBuffer() 332 OMX_MALLOC(pBuffHeader, sizeof(OMX_BUFFERHEADERTYPE)); in JPEGENC_UseBuffer() 432 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(JPEGENC_COMPONENT_PRIVATE)); in OMX_ComponentInit() 478 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE+1); in OMX_ComponentInit() 482 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 483 OMX_MALLOC(pComponentPrivate->pPortParamTypeAudio, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 484 OMX_MALLOC(pComponentPrivate->pPortParamTypeVideo, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 485 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 486 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_INP_PORT], sizeof(JPEG_PORT_TYPE)); in OMX_ComponentInit() 487 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT], sizeof(JPEG_PORT_TYPE)); in OMX_ComponentInit() [all …]
|
D | OMX_JpegEnc_Utils.c | 2145 OMX_MALLOC(pComponentPrivate->pOutParams,sizeof(PPLIB_UALGRunTimeParam_t) + PADDING_256_BYTE); in HandleJpegEncFreeOutputBufferFromApp() 2586 OMX_MALLOC(p, params_size + 256); in SetJpegEncInParams() 3119 OMX_MALLOC(pTunnelcComponentName, 128); in IsTIOMXComponent() 3120 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 3121 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 3122 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE)); in IsTIOMXComponent()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDecoder.c | 198 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffer… in AllocateBuffer_JPEGDec() 214 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffe… in AllocateBuffer_JPEGDec() 234 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffer… in AllocateBuffer_JPEGDec() 246 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffe… in AllocateBuffer_JPEGDec() 496 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffer… in UseBuffer_JPEGDec() 500 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffe… in UseBuffer_JPEGDec() 594 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(JPEGDEC_COMPONENT_PRIVATE)); in OMX_ComponentInit() 615 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE + 1); in OMX_ComponentInit() 639 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 640 OMX_MALLOC(pComponentPrivate->pPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)); in OMX_ComponentInit() [all …]
|
D | OMX_JpegDec_Utils.c | 2298 OMX_MALLOC(pTunnelcComponentName, 128); in IsTIOMXComponent() 2299 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 2300 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 2301 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE)); in IsTIOMXComponent()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP.c | 267 OMX_MALLOC (pBufferHdr, sizeof(OMX_BUFFERHEADERTYPE)); in VPP_AllocateBuffer() 293 OMX_MALLOC(pComponentPrivate->RGBbuffer, nBufSize); in VPP_AllocateBuffer() 311 OMX_MALLOC(pBufferStart, nBufSize + 32 + 256); in VPP_AllocateBuffer() 545 OMX_MALLOC(pBufListObj, sizeof(OMX_BUFFERHEADERTYPE)); in VPP_UseBuffer() 566 OMX_MALLOC(pMyData->RGBbuffer, nSizeBytes); in VPP_UseBuffer() 664 OMX_MALLOC(pHandle->pComponentPrivate, sizeof(VPP_COMPONENT_PRIVATE)); in OMX_ComponentInit() 671 OMX_MALLOC(pComponentPrivate->pIpFrameStatus, sizeof(GPPToVPPInputFrameStatus) + 256); in OMX_ComponentInit() 674 OMX_MALLOC(pComponentPrivate->pOpYUVFrameStatus, sizeof(GPPToVPPOutputFrameStatus) + 256); in OMX_ComponentInit() 677 OMX_MALLOC(pComponentPrivate->pOpRGBFrameStatus, sizeof(GPPToVPPOutputFrameStatus) + 256); in OMX_ComponentInit() 737 OMX_MALLOC(pComponentPrivate->pInPortFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE)); in OMX_ComponentInit() [all …]
|
D | OMX_VPP_ImgConv.c | 110 OMX_MALLOC(pComponentPrivate->overlay, sizeof(VPP_OVERLAY)); in ComputeTiOverlayImgFormat() 125 …OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeigh… in ComputeTiOverlayImgFormat()
|
D | OMX_VPP_Utils.c | 1060 OMX_MALLOC(pBufferStart, nsize + 32 + 256); in VPP_StateToIdle() 3448 OMX_MALLOC(pTunnelcComponentName, 128); in IsTIOMXComponent() 3449 OMX_MALLOC(pTunnelComponentVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 3450 OMX_MALLOC(pSpecVersion, sizeof(OMX_VERSIONTYPE)); in IsTIOMXComponent() 3451 OMX_MALLOC(pComponentUUID, sizeof(OMX_UUIDTYPE)); in IsTIOMXComponent()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_Utils.h | 137 #define OMX_MALLOC(_pStruct_, _size_) \ macro
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 163 #define OMX_MALLOC(_pStruct_, _size_) \ macro
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 135 #define OMX_MALLOC(_pStruct_, _size_) \ macro
|