Home
last modified time | relevance | path

Searched refs:supports (Results 1 – 25 of 115) sorted by relevance

12345

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraCapabilities.java568 public final boolean supports(SceneMode scene) { in supports() method in CameraCapabilities
572 public boolean supports(final CameraSettings settings) { in supports() method in CameraCapabilities
591 public final boolean supports(FlashMode flash) { in supports() method in CameraCapabilities
605 public final boolean supports(FocusMode focus) { in supports() method in CameraCapabilities
619 public boolean supports(WhiteBalance wb) { in supports() method in CameraCapabilities
627 public boolean supports(Feature ft) { in supports() method in CameraCapabilities
681 if (!supports(Feature.ZOOM)) { in zoomCheck()
709 if (!supports(focusMode)) { in focusCheck()
710 if (supports(FocusMode.FIXED)) { in focusCheck()
726 if (!supports(flashMode)) { in flashCheck()
[all …]
DAndroidCameraSettings.java52 if (capabilities.supports(CameraCapabilities.Feature.ZOOM)) { in AndroidCameraSettings()
63 if (capabilities.supports(CameraCapabilities.Feature.VIDEO_STABILIZATION)) { in AndroidCameraSettings()
/frameworks/av/media/mtp/tests/MtpFuzzer/
DREADME.md17 MtpServer supports the following parameters:
37 MtpHostProperty supports the following parameters:
59 MtpDeviceProperty supports the following parameters:
92 MtpPacket supports the following parameters:
112 MtpDevice supports the following parameters:
132 MtpRequestPacket supports the following parameters:
152 MtpEventPacket supports the following parameters:
172 MtpResponsePacket supports the following parameters:
192 MtpDataPacket supports the following parameters:
/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dbuilt_with_aapt_expected.txt8 supports-screens: 'small' 'normal' 'large' 'xlarge'
9 supports-any-density: 'true'
Dcomponents_expected.txt5 supports-gl-texture:'GL_OES_compressed_paletted_texture'
49 supports-screens: 'normal' 'large' 'xlarge'
50 supports-any-density: 'true'
Dmultiple_uses_sdk_expected.txt20 supports-screens: 'small' 'normal' 'large' 'xlarge'
21 supports-any-density: 'true'
/frameworks/av/media/libmediaplayerservice/fuzzer/
DREADME.md9 StagefrightMediaRecorder supports the following parameters:
32 StagefrightMetadataRetriever supports the following data sources:
56 MediaPlayerService supports the following data sources:
63 MediaPlayerService supports the following parameters:
/frameworks/proto_logging/stats/atoms/hdmi/
Dhdmi_extension_atoms.proto35 * hardware supports it, whether the setting is enabled and whether a connection is
42 // whether the hardware supports eARC
58 * hardware supports it and whether the setting is enabled.
63 // whether the hardware supports Dynamic soundbar mode
/frameworks/av/media/ndk/fuzzer/
DREADME.md15 NdkCrypto supports the following parameters:
35 NdkImageReader supports the following parameters:
63 NdkExtractor supports the following parameters:
84 NdkMediaFormat supports the following parameters:
104 NdkDrm supports the following parameters:
128 NdkMediaMuxer supports the following parameters:
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraBinderTest.java125 boolean supports = mUtils.getCameraService().supportsCameraApi( in testSupportsCamera2Api()
128 Log.v(TAG, "Camera " + cameraId + " supports api2: " + supports); in testSupportsCamera2Api()
137 boolean supports = mUtils.getCameraService().supportsCameraApi( in testSupportsCamera1Api()
141 " for camera ID " + cameraId, supports); in testSupportsCamera1Api()
/frameworks/av/media/libnbaio/
DREADME.txt11 supports 1 writer and N readers
27 supports 1 writer and 1 reader
/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md11 SDPLoader supports the following parameters:
35 ARTPWriter supports the following parameters:
70 PacketSource supports the following parameters:
98 ARTSPConnection supports the following parameters:
/frameworks/base/media/java/android/media/
DSubtitleController.java328 if (renderer.supports(format)) { in addTrack()
398 public abstract boolean supports(MediaFormat format); in supports() method in SubtitleController.Renderer
437 if (renderer.supports(format)) { in hasRendererFor()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc7 "Only supports 32 and 64 bits targets. (Target: %0, bitclass:%1)",
8 "Only supports 32 and 64 bits targets. (Target: %0, bitclass:%1)")
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt37 Android supports a number of different ANativeWindow implementations that
43 supports rendering to an ANativeWindow for which the buffers are passed to
DEGL_ANDROID_GLES_layers.txt39 This extension indicates the EGL loader supports GLES layering on Android.
/frameworks/base/samples/demo/haptic-assessment/
DREADME.txt12 at max amplitude. This will pass if the device supports vibration amplitude
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/
DREADME.md3 libstagefright_timedtext supports the following parameters:
/frameworks/base/core/java/android/hardware/usb/flags/
Dusb_framework_flags.aconfig16 description: "Feature flag for the api to check if a port supports mode change"
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto596 // Whether AP supports MBO
598 // Whether AP supports OCE
600 // Whether the AP supports FILS
604 // Whether the AP supports individual TWT agreements
606 // Whether the AP supports broadcast TWT agreements
608 // Whether the AP supports restricted TWT agreements
610 // Whether the AP supports IEEE 802.11mc
612 // Whether the AP supports IEEE 802.11az
620 // Whether AP supports ECPS priority access
706 // Whether this network supports free OpenRoaming
[all …]
/frameworks/av/media/libstagefright/colorconversion/fuzzer/
DREADME.md9 ColorConversion supports the following parameters:
/frameworks/rs/script_api/
Drs_value_types.spec22 RenderScript supports the following scalar numerical types:
32 RenderScript supports fixed size vectors of length 2, 3, and 4.
/frameworks/base/tools/aapt2/
DConfiguration.proto170 // Whether the screen supports wide color gamut.
188 // Whether a touchscreen exists, supports a stylus, or finger.
/frameworks/av/media/module/codecs/g711/fuzzer/
DREADME.md8 G711 supports two types of decoding:
/frameworks/compile/mclinker/tools/mcld/
DAndroid.bp44 // Can be removed once soong supports transitive static library dependencies

12345