Home
last modified time | relevance | path

Searched defs:cameraType (Results 1 – 14 of 14) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/
Dcamera_info_impl.cpp21 CameraInfoImpl::CameraInfoImpl(int32_t cameraType, int32_t cameraFacingType) in CameraInfoImpl()
31 void CameraInfoImpl::SetCameraType(int32_t cameraType) in SetCameraType()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
Dcamera_napi_object_types.cpp85 auto cameraType = Hold<int32_t>(cameraDevice_.GetCameraType()); in GetCameraNapiObject() local
/foundation/multimedia/camera_framework/services/camera_service/include/
Dhcamera_service.h59 uint8_t cameraType; member
/foundation/multimedia/camera_lite/frameworks/binder/src/
Dcamera_service_client.cpp126 int32_t cameraType; in Callback() local
/foundation/multimedia/camera_framework/services/camera_service/src/
Dhcamera_preconfig.cpp176 camera_type_enum_t cameraType = static_cast<camera_type_enum_t>(item.data.u8[0]); in toString() local
Dhcamera_service.cpp259 uint8_t cameraType = (res == CAM_META_SUCCESS) ? item.data.u8[0] : OHOS_CAMERA_TYPE_UNSPECIFIED; in GetCameraMetaInfo() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
Dcamera_manager_napi.cpp1326 int32_t cameraType; in CreateCameraInputInstance() local
1352 const CameraType cameraType, sptr<CameraDevice>& cameraInfo) in ProcessCameraInfo()
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
Dcamera.h727 Camera_Type cameraType; member
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcamera_manager.cpp1421 sptr<CameraInput> CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType) in CreateCameraInput()
1431 int CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType, sptr<CameraInp… in CreateCameraInput()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts1422 readonly cameraType: CameraType; property
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_loader.cpp1695 string cameraType; in PrimitiveAttributes() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
Dcamera_ndk_unittest.cpp2292 Camera_Type cameraType = Camera_Type::CAMERA_TYPE_DEFAULT; variable
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
Dcamera_framework_moduletest.cpp6376 CameraType cameraType = cameras_[0]->GetCameraType(); variable
7265 CameraType cameraType = cameras_[0]->GetCameraType(); variable
/foundation/multimedia/camera_lite/test/unittest/
Dcamera_lite_test.cpp2030 int32_t cameraType = cameraInfo->GetCameraType(); in HWTEST_F() local