Searched refs:BURST_VIDEO_SNAPSHOT_NUM (Results 1 – 2 of 2) sorted by relevance
104 private static final int BURST_VIDEO_SNAPSHOT_NUM = 3; field in Camera2RecordingTest682 new ArrayList<CaptureRequest>(BURST_VIDEO_SNAPSHOT_NUM); in videoSnapshotTestByCamera()683 for (int i = 0; i < BURST_VIDEO_SNAPSHOT_NUM; i++) { in videoSnapshotTestByCamera()708 for (int i = 0; i < BURST_VIDEO_SNAPSHOT_NUM; i++) { in videoSnapshotTestByCamera()
128 private static final int BURST_VIDEO_SNAPSHOT_NUM = 3; field in Camera2SwitchPreviewTest