/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_device.h | 35 CAMERA_POSITION_UNSPECIFIED = 0, enumerator 241 CameraPosition usedAsCameraPosition_ = CAMERA_POSITION_UNSPECIFIED; 248 CameraPosition cameraPosition_ = CAMERA_POSITION_UNSPECIFIED;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/ |
H A D | dcamera_handler_test.cpp | 179 CameraStandard::CameraPosition::CAMERA_POSITION_UNSPECIFIED); 180 EXPECT_EQ(ret, CAMERA_POSITION_UNSPECIFIED);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 38 {CameraPosition::CAMERA_POSITION_UNSPECIFIED, Camera_Position::CAMERA_POSITION_UNSPECIFIED}, 43 {Camera_Position::CAMERA_POSITION_UNSPECIFIED, CameraPosition::CAMERA_POSITION_UNSPECIFIED}, 497 CameraPosition innerPosition = CameraPosition::CAMERA_POSITION_UNSPECIFIED; in CreateCameraInputWithPositionAndType()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/ |
H A D | distributed_camera_constants.h | 104 const std::string CAMERA_POSITION_UNSPECIFIED = "UNSPECIFIED"; variable
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | camera.h | 191 CAMERA_POSITION_UNSPECIFIED = 0, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 307 case CameraStandard::CameraPosition::CAMERA_POSITION_UNSPECIFIED: { in GetCameraPosition() 308 ret = CAMERA_POSITION_UNSPECIFIED; in GetCameraPosition()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_info.cpp | 36 {OHOS_CAMERA_POSITION_OTHER, CAMERA_POSITION_UNSPECIFIED}
|
H A D | camera_device.cpp | 41 {OHOS_CAMERA_POSITION_OTHER, CAMERA_POSITION_UNSPECIFIED}
|
H A D | camera_input.cpp | 282 …enumMapping[CameraPosition::CAMERA_POSITION_UNSPECIFIED] = camera_position_enum::OHOS_CAMERA_POSIT… in createPositionMapping()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | camera_8h.md | 97 | [Camera_Position](_o_h___camera.md#camera_position-1) {<br/>CAMERA_POSITION_UNSPECIFIED = 0,<br/>…
|
H A D | _o_h___camera.md | 169 | [Camera_Position](#camera_position) {<br/>CAMERA_POSITION_UNSPECIFIED = 0,<br/>CAMERA_POSITION_BA… 1807 | CAMERA_POSITION_UNSPECIFIED | 相对于设备屏幕没有固定的朝向的相机。 |
|
H A D | js-apis-camera.md | 86 | CAMERA_POSITION_UNSPECIFIED | 0 | 相对于设备屏幕没有固定的朝向的相机。 …
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | video_output.cpp | 469 CHECK_ERROR_RETURN_RET_LOG(cameraPosition == CAMERA_POSITION_UNSPECIFIED, SERVICE_FATL_ERROR, in GetVideoRotation()
|
H A D | photo_output.cpp | 963 CHECK_ERROR_RETURN_RET_LOG(cameraPosition == CAMERA_POSITION_UNSPECIFIED, SERVICE_FATL_ERROR, in GetPhotoRotation()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | camera_8h.md | 97 | [Camera_Position](_o_h___camera.md#camera_position-1) {<br>CAMERA_POSITION_UNSPECIFIED = 0,<br>CA…
|
H A D | _o_h___camera.md | 167 | [Camera_Position](#camera_position) {<br>CAMERA_POSITION_UNSPECIFIED = 0,<br>CAMERA_POSITION_BACK… 1791 | CAMERA_POSITION_UNSPECIFIED | Unspecified position.|
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
H A D | camera_adapter_impl_test.cpp | 276 …ModeAdapter modeAdapter = adapter.GetCameraFacingMode(CameraPosition::CAMERA_POSITION_UNSPECIFIED);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-multimedia_api-9-canary.md | 110 | ohos.multimedia.camera | CameraPosition | CAMERA_POSITION_UNSPECIFIED = 0 | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multimedia.md | 109 | ohos.multimedia.camera | CameraPosition | CAMERA_POSITION_UNSPECIFIED = 0 | 新增 |
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
H A D | @ohos.multimedia.camera.d.ts | 1218 CAMERA_POSITION_UNSPECIFIED = 0,
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 41 { CAMERA_POSITION_UNSPECIFIED, VideoFacingModeAdapter::FACING_NONE },
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multimedia.md | 109 | ohos.multimedia.camera | CameraPosition | CAMERA_POSITION_UNSPECIFIED = 0 | Added|
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 3311 if (CAMERA_POSITION_UNSPECIFIED == usedAsCameraPosition) { in SetBeautyValue() 3342 CameraPosition usedAsCameraPosition = CAMERA_POSITION_UNSPECIFIED; in GetUsedAsPosition() 3370 if (CAMERA_POSITION_UNSPECIFIED == usedAsCameraPosition) { in SetBeauty()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 410 |新增|NA|类名:CameraPosition;<br>方法or属性:CAMERA_POSITION_UNSPECIFIED = 0|@ohos.multimedia.camera.d.ts|
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 6381 cameraPosition = CAMERA_POSITION_UNSPECIFIED;
|