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

/external/chromium_org/media/cast/test/
H A Dcast_benchmarks.cc74 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
76 static const int kFrameTimerMs = 33; member in namespace:media::cast::__anon8629
394 RunTasks(kFrameTimerMs);
396 RunTasks(100 * kFrameTimerMs); // Empty the pipeline.
435 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0);
442 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0);
H A Dend2end_unittest.cc64 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
69 static const int kFrameTimerMs = 33; member in namespace:media::cast::__anon8630
819 int audio_diff = kFrameTimerMs;
849 RunTasks(kFrameTimerMs - kAudioFrameDurationMs);
850 audio_diff += kFrameTimerMs;
854 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
875 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
895 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
914 int audio_diff = kFrameTimerMs;
923 base::TimeDelta::FromMilliseconds(test_delay_ms + kFrameTimerMs);
[all...]

Completed in 86 milliseconds