Home
last modified time | relevance | path

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

/ohos5.0/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_… in InitPhotoOutput()
/ohos5.0/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_… in InitPhotoOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7392 auto photoProducer = photoSurface->GetProducer(); in TestPhotoSessionPreconfig() local
7393 ASSERT_NE(photoProducer, nullptr); in TestPhotoSessionPreconfig()
7395 intResult = cameraManager->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in TestPhotoSessionPreconfig()
7494 auto photoProducer = photoSurface->GetProducer(); in TestVideoSessionPreconfig() local
7495 ASSERT_NE(photoProducer, nullptr); in TestVideoSessionPreconfig()
7497 intResult = cameraManager->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in TestVideoSessionPreconfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11672 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); variable
11674 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput);
11737 sptr<IBufferProducer> photoProducer = photoSurface->GetProducer(); variable
11739 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput);