Searched refs:pPortParamType (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A 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/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h483 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h528 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1078 OMX_PORT_PARAM_TYPE* pPortParamType = NULL; local
1158 MALLOC(pPortParamType, OMX_PORT_PARAM_TYPE);
1398 error = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortParamType);
1405 nIndex1 = pPortParamType->nStartPortNumber;
2004 FREE(pPortParamType);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c639 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
720 /* Set pPortParamType defaults */
721 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE);
722 pComponentPrivate->pPortParamType->nPorts = NUM_OF_PORTS;
723 pComponentPrivate->pPortParamType->nStartPortNumber = 0x0;
1170 memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
1391 OMX_MEMCPY_CHECK(pComponentPrivate->pPortParamType);
1392 memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_TYPE));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c482 OMX_MALLOC(pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
555 /* Set pPortParamType defaults */
556 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE);
557 pComponentPrivate->pPortParamType->nPorts = NUM_OF_PORTS;
558 pComponentPrivate->pPortParamType->nStartPortNumber = 0;
1020 memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
1207 OMX_MEMCPY_CHECK(pComponentPrivate->pPortParamType);
1208 memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_TYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h793 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h626 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h667 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h645 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h724 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h567 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h397 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:JPEGDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h382 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h566 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c347 OMX_MALLOC_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
826 memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
1320 memcpy(pComponentPrivate->pPortParamType, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_TYPE));
2706 if(pComponentPrivate->pPortParamType) {
2707 free(pComponentPrivate->pPortParamType);
2708 pComponentPrivate->pPortParamType = NULL;
H A DOMX_VideoDec_Utils.c831 /* Set pPortParamType defaults */
832 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
833 pComponentPrivate->pPortParamType->nPorts = NUM_OF_PORTS;
834 pComponentPrivate->pPortParamType->nStartPortNumber = VIDDEC_INPUT_PORT;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c469 VIDENC_MALLOC(pComponentPrivate->pPortParamType,
592 /* Set pPortParamType defaults */
593 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE);
594 pComponentPrivate->pPortParamType->nPorts = VIDENC_NUM_OF_PORTS;
595 pComponentPrivate->pPortParamType->nStartPortNumber = VIDENC_INPUT_PORT;
1434 pComponentPrivate->pPortParamType,
1888 pTmp = memcpy(pComponentPrivate->pPortParamType,
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h847 * pPortParamType : Add desc here...
866 OMX_PORT_PARAM_TYPE* pPortParamType; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 2164 milliseconds