Searched refs:mCfg (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/camera/provider/2.4/default/ |
D | ExternalCameraProviderImpl_2_4.cpp | 69 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()
|
D | ExternalCameraProviderImpl_2_4.h | 104 const ExternalCameraConfig mCfg; member
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 56 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()
|
D | ExternalCameraDeviceSession.cpp | 100 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/ |
D | ExternalCameraDevice.cpp | 106 mSupportedFormats, mCfg); in isStreamCombinationSupported()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDevice_3_4.h | 153 const ExternalCameraConfig& mCfg; member
|
D | ExternalCameraDeviceSession.h | 320 const ExternalCameraConfig& mCfg; member
|