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

1 2

  /frameworks/native/include/media/openmax/
OMX_Types.h 114 /** OMX_ALL is used to as a wildcard to select all entities of the same type
116 * use OMX_ALL to indicate all N channels). When used as a port index
117 * for a config or parameter this OMX_ALL denotes that the config or
119 #define OMX_ALL 0xFFFFFFFF
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 94 /** OMX_ALL is used to as a wildcard to select all entities of the same type
96 * use OMX_ALL to indicate all N channels). When used as a port index
97 * for a config or parameter this OMX_ALL denotes that the config or
99 #define OMX_ALL 0xFFFFFFFF
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 94 /** OMX_ALL is used to as a wildcard to select all entities of the same type
96 * use OMX_ALL to indicate all N channels). When used as a port index
97 * for a config or parameter this OMX_ALL denotes that the config or
99 #define OMX_ALL 0xFFFFFFFF
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 94 /** OMX_ALL is used to as a wildcard to select all entities of the same type
96 * use OMX_ALL to indicate all N channels). When used as a port index
97 * for a config or parameter this OMX_ALL denotes that the config or
99 #define OMX_ALL 0xFFFFFFFF
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 94 /** OMX_ALL is used to as a wildcard to select all entities of the same type
96 * use OMX_ALL to indicate all N channels). When used as a port index
97 * for a config or parameter this OMX_ALL denotes that the config or
99 #define OMX_ALL 0xFFFFFFFF
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Types.h 111 /** OMX_ALL is used to as a wildcard to select all entities of the same type
113 * use OMX_ALL to indicate all N channels). When used as a port index
114 * for a config or parameter this OMX_ALL denotes that the config or
116 #define OMX_ALL 0xFFFFFFFF
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 94 /** OMX_ALL is used to as a wildcard to select all entities of the same type
96 * use OMX_ALL to indicate all N channels). When used as a port index
97 * for a config or parameter this OMX_ALL denotes that the config or
99 #define OMX_ALL 0xFFFFFFFF
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 147 uribufparam.nPortIndex = OMX_ALL;
OMXZoom.cpp 109 zoomControl.nPortIndex = OMX_ALL;
OMX3A.cpp 567 exp.nPortIndex = OMX_ALL;
623 expVal.nPortIndex = OMX_ALL;
624 expValRight.nPortIndex = OMX_ALL;
691 flash.nPortIndex = OMX_ALL;
715 focusAssist.nPortIndex = OMX_ALL;
758 flash.nPortIndex = OMX_ALL;
930 scene.nPortIndex = OMX_ALL;
    [all...]
OMXFocus.cpp 382 focusRequstCallback.nPortIndex = OMX_ALL;
746 focusAreas->nPortIndex = OMX_ALL;
795 sharedBuffer.nPortIndex = OMX_ALL;
OMXAlgo.cpp 534 bControl.nPortIndex = OMX_ALL;
591 bControl.nPortIndex = OMX_ALL;
812 nsf.nPortIndex = OMX_ALL;
    [all...]
OMXCapture.cpp     [all...]
OMXFD.cpp 177 ret = setExtraData(enable, OMX_ALL, OMX_FaceDetection);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp 114 zoomControl.nPortIndex = OMX_ALL;
OMX3A.cpp 439 exp.nPortIndex = OMX_ALL;
497 flash.nPortIndex = OMX_ALL;
521 focusAssist.nPortIndex = OMX_ALL;
564 flash.nPortIndex = OMX_ALL;
736 scene.nPortIndex = OMX_ALL;
    [all...]
OMXAlgo.cpp 299 ACParams.nPortIndex = OMX_ALL;
335 ACParams.nPortIndex = OMX_ALL;
504 bControl.nPortIndex = OMX_ALL;
561 bControl.nPortIndex = OMX_ALL;
786 nsf.nPortIndex = OMX_ALL;
    [all...]
OMXFocus.cpp 355 focusRequstCallback.nPortIndex = OMX_ALL;
717 focusAreas[0]->nPortIndex = OMX_ALL;
757 sharedBuffer.nPortIndex = OMX_ALL;
OMXCapture.cpp 487 shutterRequstCallback.nPortIndex = OMX_ALL;
787 OMX_ALL,
857 OMX_ALL,
913 OMX_ALL,
    [all...]
OMXCameraAdapter.cpp 110 OMX_ALL,
272 mRegionPriority.nPortIndex = OMX_ALL;
273 mFacePriority.nPortIndex = OMX_ALL;
695 exp.nPortIndex = OMX_ALL;
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 397 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
405 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
    [all...]
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 493 if (portIndex == OMX_ALL) {
499 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 250 if (((j == nParam) || (nParam == OMX_ALL)) &&
718 uribufparam.nPortIndex = OMX_ALL;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 973 execute_omx_flush(OMX_ALL);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]

Completed in 726 milliseconds

1 2