Home | History | Annotate | Download | only in video_ChromeRTCHWEncodeUsed

Lines Matching refs:histogram

56         def histograms_loaded(histogram):
57 """Returns true if histogram is loaded."""
58 tab.Navigate(HISTOGRAMS_URL + histogram)
62 % histogram)
64 def histogram_sucess(histogram, bucket):
68 logging.info('Histograms for %s:', histogram )
79 ' successful.'.format(histogram))
81 for histogram, bucket in [(RTC_VIDEO_ENCODE, RTC_VIDEO_ENCODE_BUCKET),
84 lambda: histograms_loaded(histogram),
87 'Cannot find %s histogram.' % histogram),
89 histogram_sucess(histogram, bucket)