HomeSort by relevance Sort by last modified time
    Searched refs:diff_width (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/video/capture/win/
capability_list_win.cc 18 int diff_width; member in struct:media::__anon8708::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) {
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 239 int diff_width = desired_width - icon_image().width(); local
243 diff_width / 2, diff_width - diff_width / 2); local
  /external/chromium_org/chrome/browser/ui/gtk/
speech_recognition_bubble_gtk.cc 262 int diff_width = desired_width - icon_image().width(); local
266 diff_width / 2, diff_width - diff_width / 2); local
  /external/skia/gm/rebaseline_server/
imagediffdb.py 72 (diff_width, diff_height) = diff_image.size
74 diff_histogram, diff_width * diff_height)

Completed in 75 milliseconds