Searched defs:formats (Results 1 – 12 of 12) sorted by relevance
49 Map<Integer, Boolean> formats, in SoundFormatPreferenceController()110 HashSet<Integer> formats = new HashSet<>(); in getFormatsEnabledInManualMode() local132 HashSet<Integer> formats = getFormatsEnabledInManualMode(); in setSurroundManualFormatsSetting() local
162 int[] formats = map.getOutputFormats(); in printCameraInfo() local183 int[] formats = map.getInputFormats(); in printCameraInfo() local
81 int[] formats = map.getOutputFormats(); in CameraInfoCache() local
69 val formats = context.resources.getStringArray(R.array.alarm_set) in formatElapsedTimeUntilAlarm() constant
65 final String[] formats = context.getResources().getStringArray(R.array.alarm_set); in formatElapsedTimeUntilAlarm() local
114 List<Format> formats = ImmutableList.copyOf( in handlePrepare() local136 mSampleBuffer.init(Lists.transform(trackFormatList, tf -> tf.trackId), formats); in handlePrepare() local
48 public synchronized void init(@NonNull List<String> ids, @NonNull List<Format> formats) { in init()
128 List<Format> formats, in create()148 List<Format> formats, in SampleChunkIoHelper()
142 public void init(@NonNull List<String> ids, @NonNull List<Format> formats) in init()
112 @NonNull List<Format> formats) in init()
384 final String[] formats = mContext.getResources().getStringArray( in getSummary() local
129 List<MediaFormat> formats = mSampleExtractor.getTrackFormats(); in prepare() local