Searched refs:OMX_PORT_PARAM_TYPE (Results 1 - 25 of 94) sorted by relevance

1234

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h367 OMX_PORT_PARAM_TYPE *pPortParamTypeImage;
368 OMX_PORT_PARAM_TYPE *pPortParamTypeAudio;
369 OMX_PORT_PARAM_TYPE *pPortParamTypeVideo;
370 OMX_PORT_PARAM_TYPE *pPortParamTypeOthers;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h397 OMX_PORT_PARAM_TYPE* pPortParamType;
400 OMX_PORT_PARAM_TYPE* pAudioPortType;
401 OMX_PORT_PARAM_TYPE* pVideoPortType;
402 OMX_PORT_PARAM_TYPE* pOtherPortType;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h382 OMX_PORT_PARAM_TYPE* pPortParamType;
383 OMX_PORT_PARAM_TYPE* pPortParamTypeAudio;
384 OMX_PORT_PARAM_TYPE* pPortParamTypeVideo;
385 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h531 OMX_PORT_PARAM_TYPE m_sPortParam;
540 OMX_PORT_PARAM_TYPE m_sPortParam_img;
541 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h566 OMX_PORT_PARAM_TYPE* pPortParamType;
569 OMX_PORT_PARAM_TYPE* pPortAudioType;
570 OMX_PORT_PARAM_TYPE* pPortImageType;
571 OMX_PORT_PARAM_TYPE* pPortOtherType;
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h480 typedef struct OMX_PORT_PARAM_TYPE { struct
485 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h471 typedef struct OMX_PORT_PARAM_TYPE { struct
476 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h480 typedef struct OMX_PORT_PARAM_TYPE { struct
485 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Core.h480 typedef struct OMX_PORT_PARAM_TYPE { struct
485 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h370 * @see OMX_PORT_PARAM_TYPE
384 OMX_PORT_PARAM_TYPE *sPortParam;
483 OMX_PORT_PARAM_TYPE* pPortParamType;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h382 * @see OMX_PORT_PARAM_TYPE
397 OMX_PORT_PARAM_TYPE *sPortParam;
528 OMX_PORT_PARAM_TYPE* pPortParamType;
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h471 typedef struct OMX_PORT_PARAM_TYPE { struct
476 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h488 typedef struct OMX_PORT_PARAM_TYPE { struct
493 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h471 typedef struct OMX_PORT_PARAM_TYPE { struct
476 } OMX_PORT_PARAM_TYPE; typedef in typeref:struct:OMX_PORT_PARAM_TYPE
/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));
654 OMX_MALLOC(pComponentPrivate->pAudioPortType, sizeof(OMX_PORT_PARAM_TYPE));
655 OMX_CONF_INIT_STRUCT(pComponentPrivate->pAudioPortType, OMX_PORT_PARAM_TYPE);
656 OMX_MALLOC(pComponentPrivate->pVideoPortType, sizeof(OMX_PORT_PARAM_TYPE));
657 OMX_CONF_INIT_STRUCT(pComponentPrivate->pVideoPortType, OMX_PORT_PARAM_TYPE);
658 OMX_MALLOC(pComponentPrivate->pOtherPortType, sizeof(OMX_PORT_PARAM_TYPE));
659 OMX_CONF_INIT_STRUCT(pComponentPrivate->pOtherPortType, OMX_PORT_PARAM_TYPE);
721 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE);
1152 memcpy(ComponentParameterStructure, pComponentPrivate->pAudioPortType, sizeof(OMX_PORT_PARAM_TYPE));
1158 memcpy(ComponentParameterStructure, pComponentPrivate->pVideoPortType, sizeof(OMX_PORT_PARAM_TYPE));
[all...]
/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));
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));
556 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE);
560 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeAudio, OMX_PORT_PARAM_TYPE);
564 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeVideo, OMX_PORT_PARAM_TYPE);
568 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE);
1020 memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamType, sizeof(OMX_PORT_PARAM_TYPE));
1024 memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamTypeAudio, sizeof(OMX_PORT_PARAM_TYPE));
[all...]
/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A Dtest_sample_proxy.c208 OMX_PORT_PARAM_TYPE sPortParam[NUM_DOMAINS];
229 //OMX_PORT_PARAM_TYPE sPortParam[NUM_DOMAINS];
1056 OMX_TEST_INIT_STRUCT(pContext->sPortParam[0], OMX_PORT_PARAM_TYPE);
1062 OMX_TEST_INIT_STRUCT(pContext->sPortParam[1], OMX_PORT_PARAM_TYPE);
1068 OMX_TEST_INIT_STRUCT(pContext->sPortParam[2], OMX_PORT_PARAM_TYPE);
1074 OMX_TEST_INIT_STRUCT(pContext->sPortParam[3], OMX_PORT_PARAM_TYPE);
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c208 OMX_PORT_PARAM_TYPE sPortParam[NUM_DOMAINS];
229 //OMX_PORT_PARAM_TYPE sPortParam[NUM_DOMAINS];
1056 OMX_TEST_INIT_STRUCT(pContext->sPortParam[0], OMX_PORT_PARAM_TYPE);
1062 OMX_TEST_INIT_STRUCT(pContext->sPortParam[1], OMX_PORT_PARAM_TYPE);
1068 OMX_TEST_INIT_STRUCT(pContext->sPortParam[2], OMX_PORT_PARAM_TYPE);
1074 OMX_TEST_INIT_STRUCT(pContext->sPortParam[3], OMX_PORT_PARAM_TYPE);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h585 OMX_PORT_PARAM_TYPE m_sPortParam;
596 OMX_PORT_PARAM_TYPE m_sPortParam_img;
597 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h596 OMX_PORT_PARAM_TYPE m_sPortParam;
607 OMX_PORT_PARAM_TYPE m_sPortParam_img;
608 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h612 OMX_PORT_PARAM_TYPE m_sPortParam;
623 OMX_PORT_PARAM_TYPE m_sPortParam_img;
624 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c618 OMX_PORT_PARAM_TYPE* pPortParamType = NULL;
623 OMX_PORT_PARAM_TYPE* pPortType = NULL;
729 pPortParamType = (OMX_PORT_PARAM_TYPE*)malloc(sizeof(OMX_PORT_PARAM_TYPE));
734 pPortType = (OMX_PORT_PARAM_TYPE*)malloc(sizeof(OMX_PORT_PARAM_TYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h681 * @see OMX_PORT_PARAM_TYPE
695 OMX_PORT_PARAM_TYPE* sPortParam;
793 OMX_PORT_PARAM_TYPE* pPortParamType;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h623 OMX_PORT_PARAM_TYPE* sPortParam;
626 OMX_PORT_PARAM_TYPE* pPortParamType;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h664 OMX_PORT_PARAM_TYPE* sPortParam;
667 OMX_PORT_PARAM_TYPE* pPortParamType;

Completed in 128 milliseconds

1234