HomeSort by relevance Sort by last modified time
    Searched refs:OMX_PORT_PARAM_TYPE (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 367 OMX_PORT_PARAM_TYPE *pPortParamTypeImage;
368 OMX_PORT_PARAM_TYPE *pPortParamTypeAudio;
369 OMX_PORT_PARAM_TYPE *pPortParamTypeVideo;
370 OMX_PORT_PARAM_TYPE *pPortParamTypeOthers;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.h 78 OMX_PORT_PARAM_TYPE portParam;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 397 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/
OMX_JpegEnc_Utils.h 382 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/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 531 OMX_PORT_PARAM_TYPE m_sPortParam;
540 OMX_PORT_PARAM_TYPE m_sPortParam_img;
541 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 568 OMX_PORT_PARAM_TYPE m_sPortParam;
578 OMX_PORT_PARAM_TYPE m_sPortParam_img;
579 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 566 OMX_PORT_PARAM_TYPE* pPortParamType;
569 OMX_PORT_PARAM_TYPE* pPortAudioType;
570 OMX_PORT_PARAM_TYPE* pPortImageType;
571 OMX_PORT_PARAM_TYPE* pPortOtherType;
  /frameworks/native/include/media/openmax/
OMX_Core.h 488 typedef struct OMX_PORT_PARAM_TYPE {
493 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 480 typedef struct OMX_PORT_PARAM_TYPE {
485 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 471 typedef struct OMX_PORT_PARAM_TYPE {
476 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 471 typedef struct OMX_PORT_PARAM_TYPE {
476 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 370 * @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/
OMX_G726Dec_Utils.h 382 * @see OMX_PORT_PARAM_TYPE
397 OMX_PORT_PARAM_TYPE *sPortParam;
528 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 471 typedef struct OMX_PORT_PARAM_TYPE {
476 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h 488 typedef struct OMX_PORT_PARAM_TYPE {
493 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 471 typedef struct OMX_PORT_PARAM_TYPE {
476 } OMX_PORT_PARAM_TYPE;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 639 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)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 482 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);
    [all...]
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 208 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);
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 208 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);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 618 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));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 681 * @see OMX_PORT_PARAM_TYPE
695 OMX_PORT_PARAM_TYPE* sPortParam;
793 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 623 OMX_PORT_PARAM_TYPE* sPortParam;
626 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 664 OMX_PORT_PARAM_TYPE* sPortParam;
667 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 522 * @see OMX_PORT_PARAM_TYPE
546 OMX_PORT_PARAM_TYPE* sPortParam;
645 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]

Completed in 979 milliseconds

1 2 3 4