Home
last modified time | relevance | path

Searched refs:reprocessType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java372 @NonNull String description, ReprocessType reprocessType) { in StreamCombinationTemplate() argument
373 this(streamTemplates, description, reprocessType, /*substituteYUV*/ false); in StreamCombinationTemplate()
383 @NonNull String description, ReprocessType reprocessType, boolean substituteYUV) { in StreamCombinationTemplate() argument
385 mReprocessType = reprocessType; in StreamCombinationTemplate()