Home
last modified time | relevance | path

Searched refs:GetPreconfigVideoProfile (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.h1993 std::shared_ptr<VideoProfile> GetPreconfigVideoProfile();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp762 std::shared_ptr<VideoProfile> CaptureSession::GetPreconfigVideoProfile() in GetPreconfigVideoProfile() function in OHOS::CameraStandard::CaptureSession
800 auto preconfigVideoProfile = GetPreconfigVideoProfile(); in ConfigureVideoOutput()
975 … profilePtr = output->IsTagSetted(CaptureOutput::DYNAMIC_PROFILE) ? GetPreconfigVideoProfile() in CanAddOutput()