Home
last modified time | relevance | path

Searched refs:mCfg (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp69 mCfg(ExternalCameraConfig::loadFromCfg()), in ExternalCameraProviderImpl_2_4()
152 bool match = matchDeviceName(mCfg.cameraIdOffset, cameraDeviceName, in getCameraDeviceInterface_V3_x()
170 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
176 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
182 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
216 std::string cameraId = std::to_string(mCfg.cameraIdOffset + in addExternalCamera()
253 new device::V3_4::implementation::ExternalCameraDevice(devName, mCfg); in deviceAdded()
267 std::string cameraId = std::to_string(mCfg.cameraIdOffset + in deviceRemoved()
290 mInternalDevices(parent->mCfg.mInternalDevices) {} in HotplugThread()
DExternalCameraProviderImpl_2_4.h104 const ExternalCameraConfig mCfg; member
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp56 mCfg(cfg) { in ExternalCameraDevice()
59 mCameraId = std::to_string(mCfg.cameraIdOffset + std::stoi(sm[1])); in ExternalCameraDevice()
164 callback, mCfg, mSupportedFormats, mCroppingType, in open()
360 const int32_t jpegMaxSize = mCfg.maxJpegBufSize; in initDefaultCharsKeys()
429 const int32_t orientation = mCfg.orientation; in initDefaultCharsKeys()
956 fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
958 fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
DExternalCameraDeviceSession.cpp100 mCfg(cfg), in ExternalCameraDeviceSession()
2045 mCfg.numVideoBuffers : mCfg.numStillBuffers; in configureV4l2StreamLocked()
2258 Status status = isStreamCombinationSupported(config, mSupportedFormats, mCfg); in configureStreams()
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp106 mSupportedFormats, mCfg); in isStreamCombinationSupported()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h153 const ExternalCameraConfig& mCfg; member
DExternalCameraDeviceSession.h320 const ExternalCameraConfig& mCfg; member