Home
last modified time | relevance | path

Searched refs:CreatePreviewOutputWithoutProfile (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.h387 … int CreatePreviewOutputWithoutProfile(sptr<Surface> surface, sptr<PreviewOutput>* pPreviewOutput);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp554 …int32_t retCode = CameraManager::GetInstance()->CreatePreviewOutputWithoutProfile(surface, &innerP… in CreatePreviewOutputUsedInPreconfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp430 …int retCode = CameraManager::GetInstance()->CreatePreviewOutputWithoutProfile(surface, &sPreviewOu… in CreatePreviewOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp561 int CameraManager::CreatePreviewOutputWithoutProfile(sptr<Surface> surface, sptr<PreviewOutput>* pP… in CreatePreviewOutputWithoutProfile() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7386 … intResult = cameraManager->CreatePreviewOutputWithoutProfile(preivewSurface, &previewOutput); in TestPhotoSessionPreconfig()
7488 …cameraManager->CreatePreviewOutputWithoutProfile(Surface::CreateSurfaceAsConsumer(), &previewOutpu… in TestVideoSessionPreconfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11665 … ret = manager_->CreatePreviewOutputWithoutProfile(producerPreviewSurface, &previewOutput);
11730 … ret = manager_->CreatePreviewOutputWithoutProfile(producerPreviewSurface, &previewOutput);