/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 94 sptr<CaptureOutput> CreatePhotoOutput(int32_t width, int32_t height); 95 sptr<CaptureOutput> CreatePhotoOutput(); 99 sptr<CaptureOutput> CreatePhotoOutput(Profile profile);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 382 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 423 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 634 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 696 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 781 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 878 Camera_PhotoOutput* photoOutput = CreatePhotoOutput(); 987 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 1050 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 1123 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); 1166 Camera_PhotoOutput *photoOutput = CreatePhotoOutput(); [all …]
|
H A D | camera_framework_unittest.cpp | 1266 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1344 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1500 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1567 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1624 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1697 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1926 sptr<CaptureOutput> photo = CreatePhotoOutput(); 1982 sptr<CaptureOutput> photo = CreatePhotoOutput(); 2034 sptr<CaptureOutput> photo = CreatePhotoOutput(); 2090 sptr<CaptureOutput> photo = CreatePhotoOutput(); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/ |
H A D | camera_ndk_unittest.h | 63 …Camera_PhotoOutput* CreatePhotoOutput(int32_t width = PHOTO_DEFAULT_WIDTH, int32_t height = PHOTO_…
|
H A D | camera_framework_unittest.h | 87 …sptr<CaptureOutput> CreatePhotoOutput(int32_t width = PHOTO_DEFAULT_WIDTH, int32_t height = PHOTO_…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 461 manager_->CreatePhotoOutput(surfaceProducer); in CreatePhotoOutput() 991 photoOutput = CreatePhotoOutput(); in TestCallbacks() 1473 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); 1504 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); 1826 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); 8244 auto photoOutput1 = CreatePhotoOutput(); 8274 auto photoOutput1 = CreatePhotoOutput(); 10529 auto captureOutput = CreatePhotoOutput(); 12738 auto captureOutput = CreatePhotoOutput(); 12792 auto captureOutput = CreatePhotoOutput(); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_manager.h | 245 sptr<PhotoOutput> CreatePhotoOutput(Profile& profile, sptr<IBufferProducer>& surface); 291 …int CreatePhotoOutput(Profile& profile, sptr<IBufferProducer>& surface, sptr<PhotoOutput>* pPhotoO… 308 [[deprecated]] sptr<PhotoOutput> CreatePhotoOutput(sptr<IBufferProducer>& surface); 317 …[[deprecated]] sptr<PhotoOutput> CreatePhotoOutput(const sptr<OHOS::IBufferProducer>& producer, in…
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README_zh.md | 141 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoSurface); 437 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoSurface);
|
H A D | README.md | 142 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoSurface); 438 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoSurface);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.h | 68 Camera_ErrorCode CreatePhotoOutput(const Camera_Profile* profile, const char* surfaceId,
|
H A D | camera_manager_impl.cpp | 564 Camera_ErrorCode Camera_Manager::CreatePhotoOutput(const Camera_Profile* profile, in CreatePhotoOutput() function in Camera_Manager 578 …int32_t retCode = CameraManager::GetInstance()->CreatePhotoOutput(innerProfile, surfaceProducer, &… in CreatePhotoOutput() 630 int32_t retCode = CameraManager::GetInstance()->CreatePhotoOutput(innerProfile, in CreatePhotoOutputWithoutSurface()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | camera_manager.h | 63 Camera_ErrorCode CreatePhotoOutput(char* photoId);
|
H A D | camera_manager.cpp | 413 Camera_ErrorCode NDKCamera::CreatePhotoOutput(char* photoSurfaceId) in CreatePhotoOutput() function in OHOS_NDK_CAMERA::NDKCamera 552 (void)CreatePhotoOutput(photoId); in StartVideo() 584 ret = CreatePhotoOutput(mSurfaceId); in StartPhoto()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/ |
H A D | dcamera_client.h | 57 int32_t CreatePhotoOutput(std::shared_ptr<DCameraCaptureInfo>& info);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 443 int32_t ret = CreatePhotoOutput(info); in CreateCaptureOutput() 464 int32_t DCameraClient::CreatePhotoOutput(std::shared_ptr<DCameraCaptureInfo>& info) in CreatePhotoOutput() function in OHOS::DistributedHardware::DCameraClient 477 int32_t rv = cameraManager_->CreatePhotoOutput( in CreatePhotoOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.cpp | 81 auto output = manager->CreatePhotoOutput(profile, producer); in Test()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 92 virtual int32_t CreatePhotoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t format,
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_proxy.h | 70 int32_t CreatePhotoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t format,
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 70 sptr<CaptureOutput> photoOutput = manager->CreatePhotoOutput(photo, surface); in AddOutput() 327 output = manager->CreatePhotoOutput(p, bp); in Test2()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | photo_output_napi.h | 293 static napi_value CreatePhotoOutput(napi_env env, Profile& profile, std::string surfaceId); 294 static napi_value CreatePhotoOutput(napi_env env, std::string surfaceId);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture.cpp | 220 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoprofile, bp); in main()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-camera.md | 46 …ameraManager | CreatePhotoOutput(surfaceId: string, callback: AsyncCallback<PhotoOutput>… 554 …OutputCapability接口获取,因此旧接口CreatePhotoOutput(surfaceId: string, callback: AsyncCallback<PhotoOutput…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | camera_manager.cpp | 263 return cameraManager->CreatePhotoOutput(profile, surfaceId, photoOutput); in OH_CameraManager_CreatePhotoOutput()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | main.cpp | 162 …int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_… in InitPhotoOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_manager_napi.cpp | 927 return PhotoOutputNapi::CreatePhotoOutput(env, profile, surfaceId); in CreatePhotoOutputInstance() 935 return PhotoOutputNapi::CreatePhotoOutput(env, profile, ""); in CreatePhotoOutputInstance() 944 return PhotoOutputNapi::CreatePhotoOutput(env, surfaceId); in CreatePhotoOutputInstance() 953 return PhotoOutputNapi::CreatePhotoOutput(env, ""); in CreatePhotoOutputInstance()
|