/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.c | 1078 OMX_PORT_PARAM_TYPE* pPortParamType = NULL; in _tmain() local 1158 MALLOC(pPortParamType, OMX_PORT_PARAM_TYPE); in _tmain() 1398 error = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortParamType); in _tmain() 1405 nIndex1 = pPortParamType->nStartPortNumber; in _tmain() 2004 FREE(pPortParamType); in _tmain()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 618 OMX_PORT_PARAM_TYPE* pPortParamType = NULL; local 729 pPortParamType = (OMX_PORT_PARAM_TYPE*)malloc(sizeof(OMX_PORT_PARAM_TYPE)); 1471 if (pPortParamType) { 1472 free(pPortParamType); 1473 pPortParamType = NULL;
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDecoder.c | 639 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 721 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 722 pComponentPrivate->pPortParamType->nPorts = NUM_OF_PORTS; in OMX_ComponentInit() 723 pComponentPrivate->pPortParamType->nStartPortNumber = 0x0; in OMX_ComponentInit() 1170 …memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)… in GetParameter_JPEGDec() 1391 OMX_MEMCPY_CHECK(pComponentPrivate->pPortParamType); in SetParameter_JPEGDec() 1392 …memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_… in SetParameter_JPEGDec()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEncoder.c | 482 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 556 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 557 pComponentPrivate->pPortParamType->nPorts = NUM_OF_PORTS; in OMX_ComponentInit() 558 pComponentPrivate->pPortParamType->nStartPortNumber = 0; in OMX_ComponentInit() 1020 …memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE… in JPEGENC_GetParameter() 1207 OMX_MEMCPY_CHECK(pComponentPrivate->pPortParamType); in JPEGENC_SetParameter() 1208 …memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_… in JPEGENC_SetParameter()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
D | OMX_G722Dec_Utils.h | 483 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_Utils.h | 528 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 567 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 382 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 626 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 397 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 645 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 667 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 793 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 724 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 469 VIDENC_MALLOC(pComponentPrivate->pPortParamType, in OMX_ComponentInit() 593 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 594 pComponentPrivate->pPortParamType->nPorts = VIDENC_NUM_OF_PORTS; in OMX_ComponentInit() 595 pComponentPrivate->pPortParamType->nStartPortNumber = VIDENC_INPUT_PORT; in OMX_ComponentInit() 1434 pComponentPrivate->pPortParamType, in GetParameter() 1888 pTmp = memcpy(pComponentPrivate->pPortParamType, in SetParameter()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 566 OMX_PORT_PARAM_TYPE* pPortParamType; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 347 …OMX_MALLOC_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE,pComponentPrivate->nMemUs… in OMX_ComponentInit() 826 …memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE)… in VIDDEC_GetParameter() 1320 …memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_… in VIDDEC_SetParameter() 2706 if(pComponentPrivate->pPortParamType) { in VIDDEC_ComponentDeInit() 2707 free(pComponentPrivate->pPortParamType); in VIDDEC_ComponentDeInit() 2708 pComponentPrivate->pPortParamType = NULL; in VIDDEC_ComponentDeInit()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 866 OMX_PORT_PARAM_TYPE* pPortParamType; member
|