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

  /cts/apps/CameraITS/tests/scene1/
test_burst_sameness_manual.py 24 """Take long bursts of images and check that they're all identical.
33 BURSTS = 5
34 FRAMES = BURST_LEN * BURSTS
50 # Capture bursts of YUV shots.
57 for j in range(BURSTS):
  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_auto.py 23 """Take long bursts of images and check that they're all identical.
33 BURSTS = 5
34 FRAMES = BURST_LEN * BURSTS
57 # Capture bursts of YUV shots.
64 for j in range(BURSTS):
test_burst_sameness_fullres_auto.py 26 """Take long bursts of images and check that they're all identical.
36 BURSTS = 2
37 FRAMES = BURST_LEN * BURSTS
58 # Capture bursts of YUV shots.
62 for j in range(BURSTS):

Completed in 219 milliseconds