Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DCameraDevice.cpp88 : mHwCamera(std::move(hwCamera)) {} in CameraDevice()
108 for (const auto& r : mHwCamera->getTargetFpsRanges()) { in getCameraCharacteristics()
113 const auto aeCompensationRange = mHwCamera->getAeCompensationRange(); in getCameraCharacteristics()
148 const auto zoomRatioRange = mHwCamera->getZoomRatioRange(); in getCameraCharacteristics()
159 const auto supportedFlashStrength = mHwCamera->getSupportedFlashStrength(); in getCameraCharacteristics()
177 for (const auto sz : mHwCamera->getAvailableThumbnailSizes()) { in getCameraCharacteristics()
181 m[ANDROID_JPEG_MAX_SIZE] = int32_t(mHwCamera->getJpegMaxSize()); in getCameraCharacteristics()
184 m[ANDROID_LENS_FACING] = uint8_t(mHwCamera->isBackFacing() ? in getCameraCharacteristics()
189 for (const float ap : mHwCamera->getAvailableApertures()) { in getCameraCharacteristics()
195 for (const float ap : mHwCamera->getAvailableFocalLength()) { in getCameraCharacteristics()
[all …]
DCameraDeviceSession.cpp147 , mHwCamera(hwCamera) in CameraDeviceSession()
210 auto [status, halStreams] = configureStreamsStatic(cfg, mHwCamera); in configureStreams()
218 if (mHwCamera.configure(cfg.sessionParams, nStreams, in configureStreams()
317 mHwCamera.close(); in closeImpl()
537 mHwCamera.processCaptureRequest(std::move(req.metadataUpdate), in captureOneFrame()
DCameraDevice.h71 hw::HwCameraFactoryProduct mHwCamera; member
DCameraDeviceSession.h125 hw::HwCamera& mHwCamera; member