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

1 2 3

  /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/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 443 OMX_PORT_PARAM_TYPE m_sPortParam;
452 OMX_PORT_PARAM_TYPE m_sPortParam_img;
453 OMX_PORT_PARAM_TYPE m_sPortParam_audio;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.h 121 OMX_PORT_PARAM_TYPE portParam;
SEC_OMX_Basecomponent.c 886 OMX_PORT_PARAM_TYPE *portParam = (OMX_PORT_PARAM_TYPE *)ComponentParameterStructure;
887 ret = SEC_OMX_Check_SizeVersion(portParam, sizeof(OMX_PORT_PARAM_TYPE));
    [all...]
  /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/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;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 471 typedef struct OMX_PORT_PARAM_TYPE {
476 } OMX_PORT_PARAM_TYPE;
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 488 typedef struct OMX_PORT_PARAM_TYPE {
493 } 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/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/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/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 143 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE);
147 OMX_INIT_STRUCT(&m_sPortParam_audio, OMX_PORT_PARAM_TYPE);
151 OMX_INIT_STRUCT(&m_sPortParam_img, OMX_PORT_PARAM_TYPE);
541 OMX_PORT_PARAM_TYPE* pParam = (OMX_PORT_PARAM_TYPE*)(paramData);
    [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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 714 OMX_PORT_PARAM_TYPE* sPortParam;
724 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 557 OMX_PORT_PARAM_TYPE* sPortParam;
567 OMX_PORT_PARAM_TYPE* pPortParamType;
    [all...]

Completed in 467 milliseconds

1 2 3