Searched refs:cameraIdsWithZoom (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | InFlightRequest.h | 116 std::set<std::string> cameraIdsWithZoom; member 161 cameraIdsWithZoom(idsWithZoom),
|
D | Camera3OutputUtils.cpp | 195 const std::set<std::string>& cameraIdsWithZoom, in sendCaptureResult() argument 275 bool zoomRatioIs1 = cameraIdsWithZoom.find(states.cameraId.c_str()) == cameraIdsWithZoom.end(); in sendCaptureResult() 311 zoomRatioIs1 = cameraIdsWithZoom.find(cameraId8.c_str()) == cameraIdsWithZoom.end(); in sendCaptureResult() 624 request.rotateAndCropAuto, request.cameraIdsWithZoom, in processCaptureResult() 966 r.rotateAndCropAuto, r.cameraIdsWithZoom, r.physicalMetadatas); in notifyShutter()
|
D | Camera3Device.h | 1024 const std::set<std::string>& cameraIdsWithZoom, const SurfaceMap& outputSurfaces);
|
D | Camera3Device.cpp | 2778 bool isZslCapture, bool rotateAndCropAuto, const std::set<std::string>& cameraIdsWithZoom, in registerInFlight() argument 2786 rotateAndCropAuto, cameraIdsWithZoom, outputSurfaces)); in registerInFlight() 4405 std::set<std::string> cameraIdsWithZoom; in prepareHalRequests() local 4448 cameraIdsWithZoom.insert(it->cameraId); in prepareHalRequests() 4485 mPrevCameraIdsWithZoom = cameraIdsWithZoom; in prepareHalRequests()
|