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 D | main.cpp | 161 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 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_… in InitPhotoOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 7392 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 D | camera_framework_moduletest.cpp | 11672 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);
|