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 Camera2RecordingTest678 new ArrayList<CaptureRequest>(BURST_VIDEO_SNAPSHOT_NUM); in videoSnapshotTestByCamera()679 for (int i = 0; i < BURST_VIDEO_SNAPSHOT_NUM; i++) { in videoSnapshotTestByCamera()704 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