Home
last modified time | relevance | path

Searched refs:photoProducer (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp164 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); in InitPhotoOutput() local
165 int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_photoOutput)); in InitPhotoOutput()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp161 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); in InitPhotoOutput() local
162 int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_photoOutput)); in InitPhotoOutput()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7297 auto photoProducer = photoSurface->GetProducer(); in TestPhotoSessionPreconfig() local
7298 ASSERT_NE(photoProducer, nullptr); in TestPhotoSessionPreconfig()
7300 intResult = cameraManager->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in TestPhotoSessionPreconfig()
7399 auto photoProducer = photoSurface->GetProducer(); in TestVideoSessionPreconfig() local
7400 ASSERT_NE(photoProducer, nullptr); in TestVideoSessionPreconfig()
7402 intResult = cameraManager->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in TestVideoSessionPreconfig()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11379 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); in HWTEST_F() local
11381 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in HWTEST_F()
11444 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); in HWTEST_F() local
11446 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in HWTEST_F()

Completed in 28 milliseconds