Searched defs:diff_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/video/capture/win/
H A Dcapability_list_win.cc18 int diff_width; member in struct:media::__anon8154::ResolutionDiff
27 return abs(item1.diff_width) < abs(item2.diff_width);
69 diff.diff_width = it->supported_format.frame_size.width() - requested_width;
94 best_diff = diff_list.front().diff_width;
97 if (it->diff_width != best_diff) {

Completed in 33 milliseconds