Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstController.java54 public static class ImageStreamProperties { class
60 public ImageStreamProperties(int width, int height, in ImageStreamProperties() method in BurstController.ImageStreamProperties
104 ImageStreamProperties imageStreamProperties, in startBurst()
H A DBurstFacadeImpl.java23 import com.android.camera.burst.BurstController.ImageStreamProperties;
150 ImageStreamProperties imageStreamProperties = in startBurst()
151 new ImageStreamProperties(width, height, in startBurst()
/aosp12/packages/apps/Camera2/src_pd/com/android/camera/burst/
H A DBurstControllerImpl.java23 import com.android.camera.burst.BurstController.ImageStreamProperties;
45 ImageStreamProperties imageStreamProperties, in startBurst()