Home
last modified time | relevance | path

Searched refs:GetPreconfigPreviewProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1991 std::shared_ptr<Profile> GetPreconfigPreviewProfile();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp696 auto preconfigPreviewProfile = GetPreconfigPreviewProfile(); in ConfigurePreviewOutput()
737 std::shared_ptr<Profile> CaptureSession::GetPreconfigPreviewProfile() in GetPreconfigPreviewProfile() function in OHOS::CameraStandard::CaptureSession
967 … profilePtr = output->IsTagSetted(CaptureOutput::DYNAMIC_PROFILE) ? GetPreconfigPreviewProfile() in CanAddOutput()