Searched refs:sample_ms (Results 1 – 4 of 4) sorted by relevance
78 if match.sample_ms != 50:79 raise Exception("%s: unexpected sample_ms != 50" % match.sample_ms)
49 self.sample_ms = int(match.group('sample_ms'))
105 if FLAGS.sample_ms:106 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)])
73 void AddCaptureSample(float sample_ms) { in AddCaptureSample() argument74 float exp = sample_ms / kSampleDiffMs; in AddCaptureSample()76 filtered_frame_diff_ms_->Apply(exp, sample_ms); in AddCaptureSample()