Searched defs:captureList (Results 1 – 5 of 5) sorted by relevance
110 List<CameraOutputSurface> captureList = new ArrayList<>(List.of(imageCaptureSurface)); in initSession() local
1163 ArrayList<Request> captureList = new ArrayList<>(); in submit() local
1290 List<CaptureBundle> captureList = initializeParcelable(mCaptureStageMap, in checkAndFireBurstProcessing() local
2069 public void process(List<CaptureBundle> captureList, IProcessResultImpl resultCallback, in process()
901 status_t Camera3Device::captureList(const List<const PhysicalCameraSettingsList> &requestsList, in captureList() function in android::Camera3Device