Home
last modified time | relevance | path

Searched refs:CreatePhotoOutputWithoutProfile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h300 …int CreatePhotoOutputWithoutProfile(sptr<IBufferProducer> surface, sptr<PhotoOutput>* pPhotoOutput…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp601 … CameraManager::GetInstance()->CreatePhotoOutputWithoutProfile(surfaceProducer, &innerPhotoOutput); in CreatePhotoOutputUsedInPreconfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp511 int CameraManager::CreatePhotoOutputWithoutProfile(sptr<IBufferProducer> surface, sptr<PhotoOutput>… in CreatePhotoOutputWithoutProfile() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp2016 …int retCode = CameraManager::GetInstance()->CreatePhotoOutputWithoutProfile(surfaceProducer, &sPho… in CreatePhotoOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7395 intResult = cameraManager->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput); in TestPhotoSessionPreconfig()
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.cpp11674 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput);
11739 ret = manager_->CreatePhotoOutputWithoutProfile(photoProducer, &photoOutput);