OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:burstResult
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/burst/
BurstResultsListener.java
31
* @param
burstResult
the result of the captured burst.
33
public void onBurstCompleted(
BurstResult
burstResult
);
52
// in the
BurstResult
.
BurstResultsSaver.java
82
* @param
burstResult
the result of the burst.
84
public static void saveBurstResultsInBackground(final
BurstResult
burstResult
,
98
//
burstResult
.getTypes() and the media items inside the
105
for (String artifactType :
burstResult
.getTypes()) {
107
saveArtifacts(stackSaver,
burstResult
, artifactType,
120
logProgressUpdate(artifactTypes,
burstResult
);
129
private static void saveArtifacts(final StackSaver stackSaver, final
BurstResult
burstResult
,
131
List<BurstArtifact> artifactList =
burstResult
.getArtifactsByType(artifactType)
[
all
...]
BurstFacadeImpl.java
83
public void onBurstCompleted(
BurstResult
burstResult
) {
84
BurstResultsSaver.saveBurstResultsInBackground(
burstResult
, mActiveStackSaver,
/cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java
294
CaptureResult
burstResult
=
306
burstResult
.getRequest() == burst.get(burstIndex));
310
long exposure =
burstResult
.get(CaptureResult.SENSOR_EXPOSURE_TIME);
311
int sensitivity =
burstResult
.get(CaptureResult.SENSOR_SENSITIVITY);
319
long timestamp =
burstResult
.get(CaptureResult.SENSOR_TIMESTAMP);
333
burstResult
= resultListener.getCaptureResult(MAX_PREVIEW_RESULT_TIMEOUT_MS);
Completed in 42 milliseconds