Home
last modified time | relevance | path

Searched refs:CAMERA_FORMAT_INVALID (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H A Dbuffer_adapter.cpp59 uint32_t cameraFormat = CAMERA_FORMAT_INVALID; in PixelFormatToCameraFormat()
83 cameraFormat = CAMERA_FORMAT_INVALID; in PixelFormatToCameraFormat()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dimage_buffer.h104 uint32_t format_ = CAMERA_FORMAT_INVALID;
105 uint32_t curFormat_ = CAMERA_FORMAT_INVALID;
H A Dcamera.h111 CAMERA_FORMAT_INVALID, /* invalid format */ enumerator
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h44 CAMERA_FORMAT_INVALID = -1, enumerator
118 CameraFormat format_ = CAMERA_FORMAT_INVALID;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_pool.h64 uint32_t bufferFormat_ = CAMERA_FORMAT_INVALID;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp531 …CHECK_ERROR_RETURN_RET_LOG((profile.GetCameraFormat() == CAMERA_FORMAT_INVALID) || (profile.GetSiz… in CreatePhotoOutput()
581 …CHECK_ERROR_RETURN_RET_LOG((profile.GetCameraFormat() == CAMERA_FORMAT_INVALID) || (profile.GetSiz… in CreatePreviewOutput()
746 if ((depthProfile.GetCameraFormat() == CAMERA_FORMAT_INVALID) || in CreateDepthDataOutput()
1497 CameraFormat format = CAMERA_FORMAT_INVALID; in ParseBasicCapability()
1504 format = CAMERA_FORMAT_INVALID; in ParseBasicCapability()
1590 CameraFormat format = CAMERA_FORMAT_INVALID; in CreateDepthProfile4StreamType()
1597 format = CAMERA_FORMAT_INVALID; in CreateDepthProfile4StreamType()
1649 return CAMERA_FORMAT_INVALID; in CreateProfileLevel4StreamType()
1657 if (format == CAMERA_FORMAT_INVALID) { in CreateProfileLevel4StreamType()
1841 CameraFormat format = CAMERA_FORMAT_INVALID; in CreateProfile4StreamType()
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h83 uint32_t format_ = CAMERA_FORMAT_INVALID;
382 format_ = CAMERA_FORMAT_INVALID; in Free()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/
H A Ddcamera_handler_test.cpp205 CameraStandard::CameraFormat::CAMERA_FORMAT_INVALID);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp51 { CAMERA_FORMAT_INVALID, VideoPixelFormatAdapter::FORMAT_UNKNOWN },
59 { VideoPixelFormatAdapter::FORMAT_UNKNOWN, CAMERA_FORMAT_INVALID },
150 return CAMERA_FORMAT_INVALID; in TransToOriCameraFormat()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dimage_buffer.cpp389 format_ = CAMERA_FORMAT_INVALID; in Free()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp130 CameraFormat ret = CameraFormat::CAMERA_FORMAT_INVALID; in ConvertToCameraFormat()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp133 CameraFormat ret = CameraFormat::CAMERA_FORMAT_INVALID; in ConvertToCameraFormat()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp511 CameraStandard::CameraFormat ret = CameraStandard::CameraFormat::CAMERA_FORMAT_INVALID; in ConvertToCameraFormat()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp288 EXPECT_EQ(format, CameraFormat::CAMERA_FORMAT_INVALID);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp580 EXPECT_EQ(CameraStandard::CameraFormat::CAMERA_FORMAT_INVALID, ret);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp3665 ASSERT_NE(profiles.preview.format_, CAMERA_FORMAT_INVALID);
3666 ASSERT_NE(profiles.photo.format_, CAMERA_FORMAT_INVALID);
3667 ASSERT_NE(profiles.video.format_, CAMERA_FORMAT_INVALID);
3757 ASSERT_NE(profiles.preview.format_, CAMERA_FORMAT_INVALID);
3758 ASSERT_NE(profiles.photo.format_, CAMERA_FORMAT_INVALID);
3759 ASSERT_NE(profiles.video.format_, CAMERA_FORMAT_INVALID);
3844 ASSERT_NE(profiles.photo.format_, CAMERA_FORMAT_INVALID);
3845 ASSERT_NE(profiles.video.format_, CAMERA_FORMAT_INVALID);
6500 previewFormat = CAMERA_FORMAT_INVALID;
6548 photoFormat = CAMERA_FORMAT_INVALID;
[all …]