Searched refs:formats (Results 1 – 14 of 14) sorted by relevance
81 int[] formats = map.getOutputFormats(); in CameraInfoCache() local83 for (int i = 0; i < formats.length; i++) { in CameraInfoCache()84 if (formats[i] == ImageFormat.YUV_420_888) { in CameraInfoCache()85 mLargestYuvSize = returnLargestSize(map.getOutputSizes(formats[i])); in CameraInfoCache()87 if (formats[i] == ImageFormat.JPEG) { in CameraInfoCache()88 mLargestJpegSize = returnLargestSize(map.getOutputSizes(formats[i])); in CameraInfoCache()90 … if (formats[i] == ImageFormat.RAW10 || formats[i] == ImageFormat.RAW_SENSOR) { // TODO: Add RAW12 in CameraInfoCache()91 Size size = returnLargestSize(map.getOutputSizes(formats[i])); in CameraInfoCache()92 long stall = map.getOutputStallDuration(formats[i], size); in CameraInfoCache()94 mRawFormat = formats[i]; in CameraInfoCache()[all …]
162 int[] formats = map.getOutputFormats(); in printCameraInfo() local163 Log.v(TAG, "number of output formats: " + formats.length); in printCameraInfo()164 for (int i = 0; i < formats.length; i++) { in printCameraInfo()165 Log.v(TAG, "output sizes for format " + formats[i] + in printCameraInfo()166 " = ImageFormat." + getFormatName(formats[i]) + " = " + in printCameraInfo()167 ImageFormat.getBitsPerPixel(formats[i]) + " bits per pixel."); in printCameraInfo()168 Size[] sizes = map.getOutputSizes(formats[i]); in printCameraInfo()174 map.getOutputStallDuration(formats[i], sizes[j]) / 1000000, in printCameraInfo()175 map.getOutputMinFrameDuration(formats[i], sizes[j]) / 1000000 in printCameraInfo()183 int[] formats = map.getInputFormats(); in printCameraInfo() local[all …]
49 Map<Integer, Boolean> formats, in SoundFormatPreferenceController() argument53 mFormats = formats; in SoundFormatPreferenceController()110 HashSet<Integer> formats = new HashSet<>(); in getFormatsEnabledInManualMode() local116 formats.addAll(mFormats.keySet()); in getFormatsEnabledInManualMode()120 .forEach(formats::add); in getFormatsEnabledInManualMode()125 return formats; in getFormatsEnabledInManualMode()132 HashSet<Integer> formats = getFormatsEnabledInManualMode(); in setSurroundManualFormatsSetting() local134 formats.add(mFormatId); in setSurroundManualFormatsSetting()136 formats.remove(mFormatId); in setSurroundManualFormatsSetting()140 TextUtils.join(",", formats)); in setSurroundManualFormatsSetting()
65 final String[] formats = context.getResources().getStringArray(R.array.alarm_set); in formatElapsedTimeUntilAlarm() local67 return formats[0]; in formatElapsedTimeUntilAlarm()92 return String.format(formats[index], daySeq, hourSeq, minSeq); in formatElapsedTimeUntilAlarm()
114 List<MediaFormat> formats = mSampleExtractor.getTrackFormats(); in prepare() local115 int trackCount = formats.size(); in prepare()120 mTrackFormats.add(formats.get(i)); in prepare()122 String mime = formats.get(i).mimeType; in prepare()
384 final String[] formats = mContext.getResources().getStringArray( in getSummary() local387 return String.format(formats[index], accessPoint.getTitle()); in getSummary()
226 RapidJSON supports conversion between Unicode formats (officially termed UCS Transformation Format)…250 User may create custom handlers for transforming the DOM into other formats. For example, a handler…
12 // Enum that specifies supported audio formats.
1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...