Searched refs:photoProducer (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 164 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 D | main.cpp | 161 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 D | camera_framework_unittest.cpp | 7297 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 D | camera_framework_moduletest.cpp | 11379 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 30 milliseconds