Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_frame_provider_base.cc111 int prefered_width = 0; in GetBestFormat() local
114 if ((*it)->GetPreferedFrameSettings(&prefered_width, &prefered_height, in GetBestFormat()
116 if (prefered_width > largest_width) { in GetBestFormat()
117 largest_width = prefered_width; in GetBestFormat()