OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capturetimes
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera/tests/src/com/android/camera/stress/
ShotToShotLatency.java
91
ArrayList<Long>
captureTimes
= new ArrayList<Long>();
103
captureTimes
.add(c.getCaptureStartTime());
108
for (int j = 1; j <
captureTimes
.size(); j++) {
109
latencyTimes.add(
captureTimes
.get(j) -
captureTimes
.get(j - 1));
/packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java
90
ArrayList<Long>
captureTimes
= new ArrayList<Long>();
102
captureTimes
.add(c.getCaptureStartTime());
107
for (int j = 1; j <
captureTimes
.size(); j++) {
108
latencyTimes.add(
captureTimes
.get(j) -
captureTimes
.get(j - 1));
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java
91
ArrayList<Long>
captureTimes
= new ArrayList<Long>();
103
captureTimes
.add(c.getCaptureStartTime());
108
for (int j = 1; j <
captureTimes
.size(); j++) {
109
latencyTimes.add(
captureTimes
.get(j) -
captureTimes
.get(j - 1));
/hardware/libhardware/tests/camera2/
CameraBurstTests.cpp
632
Vector<nsecs_t>
captureTimes
;
634
captureTimes
.setCapacity(expList.size());
660
captureTimes
.push_back(systemTime());
701
nsecs_t timeDelta =
captureTimes
[i] -
captureTimes
[i-1];
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
PerformanceTest.java
228
double[]
captureTimes
= new double[NUM_TEST_LOOPS];
289
captureTimes
[i] = imageListener.getTimeReceivedImage() - startTimeMs;
305
+ ": Camera capture latency",
captureTimes
,
[
all
...]
Completed in 604 milliseconds