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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2SurfaceViewTestCase.java 362 * The additional capture count is determined by android.sync.maxLatency (or
363 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
388 * The additional capture count is determined by android.sync.maxLatency (or
389 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
412 int maxLatency = mStaticInfo.getSyncMaxLatency();
413 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) {
414 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY;
417 assertTrue("maxLatency is non-negative", maxLatency >= 0);
419 int numCaptures = maxLatency + count
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 75 milliseconds