OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageStreamProperties
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/burst/
BurstController.java
37
*
ImageStreamProperties
, BurstResultsListener, CaptureSession)}. The returned
54
public static class
ImageStreamProperties
{
60
public
ImageStreamProperties
(int width, int height,
97
* @param
imageStreamProperties
the properties of the low-res image stream.
104
ImageStreamProperties
imageStreamProperties
,
BurstFacadeImpl.java
23
import com.android.camera.burst.BurstController.
ImageStreamProperties
;
150
ImageStreamProperties
imageStreamProperties
=
151
new
ImageStreamProperties
(width, height,
156
imageStreamProperties
,
/packages/apps/Camera2/src_pd/com/android/camera/burst/
BurstControllerImpl.java
23
import com.android.camera.burst.BurstController.
ImageStreamProperties
;
45
ImageStreamProperties
imageStreamProperties
,
Completed in 60 milliseconds