HomeSort by relevance Sort by last modified time
    Searched refs:prevTimestamp (Results 1 - 9 of 9) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 275 long prevTimestamp = -1;
298 if (prevTimestamp != -1) {
299 long frameDuration = timestamp - prevTimestamp;
306 prevTimestamp = timestamp;
SurfaceViewPreviewTest.java 252 measureMeanFrameInterval(resultListener, FRAMES_FOR_AVERAGING, /*prevTimestamp*/ 0);
272 measureMeanFrameInterval(resultListener, resultsReceived, /*prevTimestamp*/ 0);
302 long prevTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP);
310 measureMeanFrameInterval(resultListener, MAX_IMAGES_TO_PREPARE*2, prevTimestamp);
645 * provided capture listener. If prevTimestamp is positive, it is used for the first interval
652 long prevTimestamp) throws Exception {
655 int measurementCount = frameCount - ((prevTimestamp > 0) ? 0 : 1);
660 if (prevTimestamp > 0) {
661 long interval = timestamp - prevTimestamp;
665 prevTimestamp = timestamp
    [all...]
PerformanceTest.java 518 long prevTimestamp = -1;
529 if (prevTimestamp != -1) {
531 (double)(timestamp - prevTimestamp)/(NUM_TEST_LOOPS * 1000000.0);
533 prevTimestamp = timestamp;
    [all...]
LogicalCameraDeviceTest.java 657 long prevTimestamp = -1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 262 uint32 prevTimestamp[BITRATE_AVERAGE_WINDOW];
pvdec_api.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 456 long prevTimestamp = SystemClock.elapsedRealtime();
536 || currentTime - prevTimestamp > Constants.NFC_ALIVE_CHECK_MS) {
542 prevTimestamp = currentTime;
BluetoothOppObexServerSession.java 467 long prevTimestamp = SystemClock.elapsedRealtime();
498 || currentTime - prevTimestamp > Constants.NFC_ALIVE_CHECK_MS) {
503 prevTimestamp = currentTime;
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp     [all...]

Completed in 231 milliseconds