HomeSort by relevance Sort by last modified time
    Searched defs:supported (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 272 CAMHAL_LOGEB("Invalid preview format.Supported: %s", mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS));
515 CAMHAL_LOGVB("Passed FRR: %s, Supported FRR %s", valstr
517 CAMHAL_LOGVB("Passed FR: %d, Supported FR %s", framerate
3509 char supported[MAX_PROP_VALUE_LENGTH]; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 110 // supported by the driver.
111 List<Size> supported = parameters.getSupportedPictureSizes(); local
112 if (supported == null) return;
115 if (setCameraPictureSize(candidate, supported, parameters)) {
123 Log.e(TAG, "No supported picture size found");
132 String candidate, List<Size> supported, Parameters parameters) {
137 for (Size size : supported) {
299 ListPreference pref, List<String> supported) {
301 // Remove the preference if the parameter is not supported or there is
303 if (supported == null || supported.size() <= 1)
530 ArrayList<String> supported = new ArrayList<String>(); local
572 ArrayList<String> supported = new ArrayList<String>(); local
    [all...]
Util.java 83 private static final String AUTO_EXPOSURE_LOCK_SUPPORTED = "auto-exposure-lock-supported";
84 private static final String AUTO_WHITE_BALANCE_LOCK_SUPPORTED = "auto-whitebalance-lock-supported";
85 private static final String VIDEO_SNAPSHOT_SUPPORTED = "video-snapshot-supported";
90 public static boolean isSupported(String value, List<String> supported) {
91 return supported == null ? false : supported.indexOf(value) >= 0;
107 List<String> supported = params.getSupportedSceneModes(); local
108 return (supported != null) && supported.contains(SCENE_MODE_HDR);
  /packages/apps/Camera2/src/com/android/camera/
CameraSettings.java 101 // to the first one (i.e. highest quality) in the supported list
102 List<String> supported = getSupportedVideoQuality(cameraId); local
103 if (supported == null) {
104 Log.e(TAG, "No supported video quality is found");
107 return supported.get(0);
114 // supported by the driver.
115 List<Size> supported = parameters.getSupportedPictureSizes(); local
116 if (supported == null) return;
119 if (setCameraPictureSize(candidate, supported, parameters)) {
127 Log.e(TAG, "No supported picture size found")
489 ArrayList<String> supported = new ArrayList<String>(); local
    [all...]
CameraActivity.java 132 // Supported operations at FilmStripView. Different data has different
133 // set of supported operations.
635 * According to the data type, make the menu items for supported operations
651 int supported = 0; local
655 supported |= SUPPORT_DELETE | SUPPORT_ROTATE | SUPPORT_INFO
660 supported |= SUPPORT_DELETE | SUPPORT_INFO | SUPPORT_TRIM
664 supported |= SUPPORT_DELETE | SUPPORT_ROTATE | SUPPORT_INFO
669 supported |= SUPPORT_DELETE | SUPPORT_ROTATE | SUPPORT_INFO
680 supported &= SUPPORT_DELETE;
684 (supported & SUPPORT_DELETE) != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 245 unsigned int supported; /* mask of supported features */ member in struct:_XkbExtensionDeviceNotify
890 Bool * /* supported */
895 Bool * /* supported */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 245 unsigned int supported; /* mask of supported features */ member in struct:_XkbExtensionDeviceNotify
890 Bool * /* supported */
895 Bool * /* supported */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 245 unsigned int supported; /* mask of supported features */ member in struct:_XkbExtensionDeviceNotify
890 Bool * /* supported */
895 Bool * /* supported */
  /bionic/libc/kernel/common/linux/
ethtool.h 25 __u32 supported; member in struct:ethtool_cmd
65 __u32 supported; member in struct:ethtool_wolinfo
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 437 // If the server supports NPN, the protocols supported by the server.
2532 } supported = DISABLED; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 1163 static bool supported(Frame*) function in namespace:WebCore
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 972 Supported supported = new Supported(); local
    [all...]
  /external/openssh/
sshconnect2.c 1850 static char *supported = NULL; variable
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
CipherSuite.java 34 * true if this cipher suite is supported
36 boolean supported = true; field in class:CipherSuite
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 83 static boolean[] supported = new boolean[]{ field in class:OldResultSetGetterTests
116 // Not supported: BIT,VARBINARY, LONGVARBINARY, BINARY, VARCHAR, LONGVARCHAR
692 * Not supported datatypes are not checked.
723 if (supported[i - 1]) {
735 if (supported[i-1]) {
762 if (supported[i-1]) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 107 private static final String AUTO_EXPOSURE_LOCK_SUPPORTED = "auto-exposure-lock-supported";
108 private static final String AUTO_WHITE_BALANCE_LOCK_SUPPORTED = "auto-whitebalance-lock-supported";
109 private static final String VIDEO_SNAPSHOT_SUPPORTED = "video-snapshot-supported";
121 public static boolean isSupported(String value, List<String> supported) {
122 return supported == null ? false : supported.indexOf(value) >= 0;
138 List<String> supported = params.getSupportedSceneModes(); local
139 return (supported != null) && supported.contains(SCENE_MODE_HDR);
843 // Find the lowest min rate in supported ranges who can cover 30fps
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 19 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
54 __u32 supported; member in struct:ethtool_wolinfo
275 /* CMDs currently supported */
322 /* Indicates what features are supported by the interface. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 19 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
54 __u32 supported; member in struct:ethtool_wolinfo
275 /* CMDs currently supported */
322 /* Indicates what features are supported by the interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 19 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
54 __u32 supported; member in struct:ethtool_wolinfo
275 /* CMDs currently supported */
322 /* Indicates what features are supported by the interface. */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ethtool.h 19 __u32 supported; member in struct:ethtool_cmd
54 __u32 supported; member in struct:ethtool_wolinfo
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
ethtool.h 19 __u32 supported; member in struct:ethtool_cmd
54 __u32 supported; member in struct:ethtool_wolinfo
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 210 WebMimeRegistry::SupportsType supported = WebKit::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower()); local
211 return supported > WebMimeRegistry::IsNotSupported;
    [all...]
  /external/kernel-headers/original/linux/
ethtool.h 20 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
70 __u32 supported; member in struct:ethtool_wolinfo
425 /* CMDs currently supported */
477 /* Indicates what features are supported by the interface. */
nfs_xdr.h 8 * To change the maximum rsize and wsize supported by the NFS client, adjust
530 u32 supported; member in struct:nfs4_accessres
  /external/libmtp/src/
libmtp.c 1090 int supported = 0; local
7050 int supported = 0; local
8184 int supported = 0; local
8278 int supported = 0; local
    [all...]

Completed in 1274 milliseconds

1 2 34 5