Home
last modified time | relevance | path

Searched defs:CreatePhotoOutput (Results 1 – 8 of 8) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcamera_manager.cpp186 sptr<PhotoOutput> CameraManager::CreatePhotoOutput(sptr<Surface> &surface) in CreatePhotoOutput() function in OHOS::CameraStandard::CameraManager
193 sptr<PhotoOutput> CameraManager::CreatePhotoOutput(Profile &profile, sptr<Surface> &surface) in CreatePhotoOutput() function in OHOS::CameraStandard::CameraManager
206 int CameraManager::CreatePhotoOutput(Profile &profile, sptr<Surface> &surface, sptr<PhotoOutput> *p… in CreatePhotoOutput() function in OHOS::CameraStandard::CameraManager
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
Ddcamera_client.cpp436 int32_t DCameraClient::CreatePhotoOutput(std::shared_ptr<DCameraCaptureInfo>& info) in CreatePhotoOutput() function in OHOS::DistributedHardware::DCameraClient
Ddcamera_client_common.cpp433 int32_t DCameraClient::CreatePhotoOutput(std::shared_ptr<DCameraCaptureInfo>& info) in CreatePhotoOutput() function in OHOS::DistributedHardware::DCameraClient
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
Dhcamera_service_proxy.cpp179 int32_t HCameraServiceProxy::CreatePhotoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t… in CreatePhotoOutput() function in OHOS::CameraStandard::HCameraServiceProxy
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
Dcamera_framework_moduletest.cpp225 sptr<CaptureOutput> CameraFrameworkModuleTest::CreatePhotoOutput(int32_t width, int32_t height) in CreatePhotoOutput() function in OHOS::CameraStandard::CameraFrameworkModuleTest
238 sptr<CaptureOutput> CameraFrameworkModuleTest::CreatePhotoOutput() in CreatePhotoOutput() function in OHOS::CameraStandard::CameraFrameworkModuleTest
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
Dphoto_output_napi.cpp281 napi_value PhotoOutputNapi::CreatePhotoOutput(napi_env env, Profile &profile, std::string surfaceId) in CreatePhotoOutput() function in OHOS::CameraStandard::PhotoOutputNapi
/foundation/multimedia/camera_framework/services/camera_service/src/
Dhcamera_service.cpp205 int32_t HCameraService::CreatePhotoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t form… in CreatePhotoOutput() function in OHOS::CameraStandard::HCameraService
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/
Dcamera_framework_unittest.cpp174 sptr<CaptureOutput> CameraFrameworkUnitTest::CreatePhotoOutput(int32_t width, int32_t height) in CreatePhotoOutput() function in OHOS::CameraStandard::CameraFrameworkUnitTest