Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_info.cpp74 cameraType_ = itr->second; in init()
87 cameraPosition_, cameraType_, connectionType_); in init()
112 return cameraType_; in GetCameraType()
H A Dcamera_device.cpp112 cameraType_ = itr->second; in init()
151 … "moduleType: %{public}u, foldStatus: %{public}d", cameraPosition_, cameraType_, connectionType_, in init()
194 return cameraType_; in GetCameraType()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_info.h99 camera_type_enum_t cameraType_ = OHOS_CAMERA_TYPE_UNSPECIFIED; variable
H A Dcamera_device.h249 CameraType cameraType_ = CAMERA_TYPE_DEFAULT; variable