Searched refs:getValidOutputFormatsForInput (Results 1 – 6 of 6) sorted by relevance
230 public @Nullable Set<Integer> getValidOutputFormatsForInput(@Format int inputFormat) { in getValidOutputFormatsForInput() method in RecommendedStreamConfigurationMap231 return getUnmodifiableIntegerSet(mRecommendedMap.getValidOutputFormatsForInput( in getValidOutputFormatsForInput()
371 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StreamConfigurationMap1809 int[] outputFormats = getValidOutputFormatsForInput(inputFormat); in appendValidOutputFormatsForInputString()
1326 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StaticMetadata1335 return config.getValidOutputFormatsForInput(inputFormat); in getValidOutputFormatsForInput()
272 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessingAllCombinations()
17425 method @Nullable public java.util.Set<java.lang.Integer> getValidOutputFormatsForInput(int);17484 method public int[] getValidOutputFormatsForInput(int);