Home
last modified time | relevance | path

Searched refs:cameraIdsWithZoom (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DInFlightRequest.h116 std::set<std::string> cameraIdsWithZoom; member
161 cameraIdsWithZoom(idsWithZoom),
DCamera3OutputUtils.cpp195 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()
DCamera3Device.h1024 const std::set<std::string>& cameraIdsWithZoom, const SurfaceMap& outputSurfaces);
DCamera3Device.cpp2778 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()