Home
last modified time | relevance | path

Searched refs:GetMaxResolution (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/test/
Dpeerconnection_quality_test_fixture_unittest.cc61 VideoSubscription::GetMaxResolution(std::vector<VideoConfig>{}); in TEST()
71 VideoSubscription::GetMaxResolution( in TEST()
/external/webrtc/api/test/pclf/
Dmedia_configuration.cc229 absl::optional<VideoResolution> VideoSubscription::GetMaxResolution( in GetMaxResolution() function in webrtc::webrtc_pc_e2e::VideoSubscription
235 return GetMaxResolution(resolutions); in GetMaxResolution()
238 absl::optional<VideoResolution> VideoSubscription::GetMaxResolution( in GetMaxResolution() function in webrtc::webrtc_pc_e2e::VideoSubscription
Dmedia_configuration.h432 static absl::optional<VideoResolution> GetMaxResolution(
434 static absl::optional<VideoResolution> GetMaxResolution(
/external/drm_hwcomposer/drm/
DDrmDevice.h60 auto GetMaxResolution() const { in GetMaxResolution() function
/external/drm_hwcomposer/hwc2_device/
DHwcDisplay.cpp261 std::pair<uint32_t, uint32_t> max = pipeline_->device->GetMaxResolution(); in GetClientTargetSupport()