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

1 2

  /frameworks/native/include/media/openmax/
OMX_Index.h 171 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
OMX_AsString.h 414 case OMX_IndexParamVideoPortFormat: return "ParamVideoPortFormat";
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Index.h 155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Index.h 155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Index.h 155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Index.h 155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Index.h 173 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Index.h 155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 262 case OMX_IndexParamVideoPortFormat:
334 case OMX_IndexParamVideoPortFormat:
SoftVideoEncoderOMXComponent.cpp 239 case OMX_IndexParamVideoPortFormat:
302 case OMX_IndexParamVideoPortFormat:
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 395 else if ( nParamIndex == OMX_IndexParamVideoPortFormat)
452 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 364 else if ( nParamIndex == OMX_IndexParamVideoPortFormat)
421 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 462 else if (nParamIndex == OMX_IndexParamVideoPortFormat)
562 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 451 else if (nParamIndex == OMX_IndexParamVideoPortFormat)
542 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 323 else if (nParamIndex == OMX_IndexParamVideoPortFormat)
417 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 313 else if (nParamIndex == OMX_IndexParamVideoPortFormat)
404 else if(nParamIndex == OMX_IndexParamVideoPortFormat)
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 754 mNode, OMX_IndexParamVideoPortFormat,
790 mNode, OMX_IndexParamVideoPortFormat,
853 mNode, OMX_IndexParamVideoPortFormat,
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 595 case OMX_IndexParamVideoPortFormat:
599 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
604 if(handle->venc_set_param(paramData,OMX_IndexParamVideoPortFormat) != true)
609 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 733 OMX_IndexParamVideoPortFormat,
735 E("\n OMX_IndexParamVideoPortFormat Get Paramter port");
739 OMX_IndexParamVideoPortFormat,
741 E("\n OMX_IndexParamVideoPortFormat Set Paramter port");
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 616 case OMX_IndexParamVideoPortFormat:
620 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d",
624 if (handle->venc_set_param(paramData,OMX_IndexParamVideoPortFormat) != true) {
628 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d",
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 765 OMX_IndexParamVideoPortFormat,
767 E("\n OMX_IndexParamVideoPortFormat Get Paramter port");
771 OMX_IndexParamVideoPortFormat,
773 E("\n OMX_IndexParamVideoPortFormat Set Paramter port");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c     [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 770 AddHandler(OMX_IndexParamVideoPortFormat, GetParamVideoPortFormat, SetParamVideoPortFormat);
    [all...]

Completed in 309 milliseconds

1 2