Skip to content

Commit 8f8c6cc

Browse files
committed
fixup! core: camera2: StreamConfigurationMap: add constructor for MIUI camera
Change-Id: I7cac81d912a66f5016a1d29502651e50287f703a
1 parent 16c81be commit 8f8c6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/hardware/camera2/params/StreamConfigurationMap.java

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public StreamConfigurationMap(
207207
dynamicDepthStallDurations,
208208
heicConfigurations, heicMinFrameDurations, heicStallDurations,
209209
null /*jpegRConfigurations*/, null /*jpegRMinFrameDurations*/, null /*jpegRStallDurations*/,
210+
null /*heicUltraHDRConfigurations*/, null /*heicUltraHDRMinFrameDurations*/, null /*heicUltraHDRStallDurations*/,
210211
highSpeedVideoConfigurations, inputOutputFormatsMap, listHighResolution,
211212
/*enforceImplementationDefined*/ true);
212213
}

0 commit comments

Comments
 (0)