Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dvideosource.cc249 int default_area = kDefaultFormat.width * kDefaultFormat.height; in GetBestCaptureFormat() local
253 int best_diff_area = std::abs(default_area - it->width * it->height); in GetBestCaptureFormat()
256 int diff_area = std::abs(default_area - it->width * it->height); in GetBestCaptureFormat()