Home
last modified time | relevance | path

Searched refs:pPortParamType (Results 1 – 18 of 18) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c1078 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/
DJPEGTest.c618 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/
DOMX_JpegDecoder.c639 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/
DOMX_JpegEncoder.c482 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/
DOMX_G722Dec_Utils.h483 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h528 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
DOMX_WbAmrEnc_Utils.h567 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h382 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h626 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h397 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h645 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h667 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h793 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h724 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c469 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/
DOMX_VideoEnc_Utils.h566 OMX_PORT_PARAM_TYPE* pPortParamType; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c347 …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/
DOMX_VideoDec_Utils.h866 OMX_PORT_PARAM_TYPE* pPortParamType; member