Searched refs:BURST_VIDEO_SNAPSHOT_NUM (Results 1 – 2 of 2) sorted by relevance
100 private static final int BURST_VIDEO_SNAPSHOT_NUM = 3; field in Camera2RecordingTest674 new ArrayList<CaptureRequest>(BURST_VIDEO_SNAPSHOT_NUM); in videoSnapshotTestByCamera()675 for (int i = 0; i < BURST_VIDEO_SNAPSHOT_NUM; i++) { in videoSnapshotTestByCamera()700 for (int i = 0; i < BURST_VIDEO_SNAPSHOT_NUM; i++) { in videoSnapshotTestByCamera()
129 private static final int BURST_VIDEO_SNAPSHOT_NUM = 3; field in Camera2SwitchPreviewTest