Home
last modified time | relevance | path

Searched refs:CameraType (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_device.h41 enum CameraType { enum
128 CameraType GetCameraType();
249 CameraType cameraType_ = CAMERA_TYPE_DEFAULT;
258 static const std::unordered_map<camera_type_enum_t, CameraType> metaToFwCameraType_;
H A Dcamera_manager.h174 sptr<CameraInput> CreateCameraInput(CameraPosition position, CameraType cameraType);
183 int CreateCameraInput(CameraPosition position, CameraType cameraType, sptr<CameraInput>* pCameraInput);
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_info.h53 } CameraType; typedef
81 * @return Returns the camera type, whick can be {@link CameraType}.
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h33 bool GetCameraType(BASE_NS::string_view type, CameraType& out);
44 BASE_NS::string_view GetCameraType(CameraType type);
H A Dgltf2_util.cpp353 bool GetCameraType(const string_view type, CameraType& out) in GetCameraType()
355 out = CameraType::INVALID; in GetCameraType()
358 out = CameraType::PERSPECTIVE; in GetCameraType()
360 out = CameraType::ORTHOGRAPHIC; in GetCameraType()
362 return out != CameraType::INVALID; in GetCameraType()
523 string_view GetCameraType(CameraType type) in GetCameraType()
526 case CameraType::PERSPECTIVE: in GetCameraType()
528 case CameraType::ORTHOGRAPHIC: in GetCameraType()
530 case CameraType::INVALID: in GetCameraType()
H A Dgltf2_data_structures.h139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; class in GLTF2::AttributeType::RenderMode
638 CameraType type;
H A Dgltf2_exporter.cpp491 exportCamera->type = CameraType::ORTHOGRAPHIC; in ExportGltfCameras()
499 exportCamera->type = CameraType::PERSPECTIVE; in ExportGltfCameras()
508 exportCamera->type = CameraType::INVALID; in ExportGltfCameras()
1483 if (camera->type == CameraType::PERSPECTIVE) { in ExportCameras()
1494 } else if (camera->type == CameraType::ORTHOGRAPHIC) { in ExportCameras()
H A Dgltf2_loader.cpp1705 case CameraType::PERSPECTIVE: {
1716 case CameraType::ORTHOGRAPHIC: {
1728 case CameraType::INVALID: {
H A Dgltf2_importer.cpp1889 if (node.camera && node.camera->type != GLTF2::CameraType::INVALID) { in CreateCamera()
1893 if (node.camera->type == GLTF2::CameraType::ORTHOGRAPHIC) { in CreateCamera()
1900 // GLTF2::CameraType::PERSPECTIVE in CreateCamera()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_info.cpp24 const std::unordered_map<camera_type_enum_t, CameraType> CameraInfo::metaToFwCameraType_ = {
110 CameraType CameraInfo::GetCameraType() in GetCameraType()
H A Dcamera_device.cpp28 const std::unordered_map<camera_type_enum_t, CameraType> CameraDevice::metaToFwCameraType_ = {
186 CameraType CameraDevice::GetCameraType() in GetCameraType()
H A Dcamera_manager.cpp1433 sptr<CameraInput> CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType) in CreateCameraInput()
1443 int CameraManager::CreateCameraInput(CameraPosition position, CameraType cameraType, sptr<CameraInput> *pCameraInput) in CreateCameraInput()
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h190 } CameraType; typedef
200 CameraType type;
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h132 sptr<CameraDevice> ChooseCamerasByPositionAndType(CameraPosition, CameraType);
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h169 const CameraType cameraType, sptr<CameraDevice>& cameraInfo);
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp551 CameraType innerType = static_cast<CameraType>(type); in CreateCameraInputWithPositionAndType()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1333 static_cast<const CameraType>(cameraType), cameraInfo); in CreateCameraInputInstance()
1352 const CameraType cameraType, sptr<CameraDevice>& cameraInfo) in ProcessCameraInfo()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp663 if (deviceEach->GetPosition() == 1 && deviceEach->GetCameraType() == CameraType::CAMERA_TYPE_WIDE_ANGLE) { in ConfigHighResSession()
1372 sptr<CameraDevice> CameraFrameworkModuleTest::ChooseCamerasByPositionAndType(CameraPosition position, CameraType type) in ChooseCamerasByPositionAndType()
6469 CameraType cameraType = cameras_[0]->GetCameraType(); in HWTEST_F()
7358 CameraType cameraType = cameras_[0]->GetCameraType(); in HWTEST_F()

Completed in 47 milliseconds