Home
last modified time | relevance | path

Searched refs:kFrameTimerMs (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/cast/test/
Dend2end_unittest.cc69 static const int kFrameTimerMs = 33; variable
819 int audio_diff = kFrameTimerMs; in TEST_F()
849 RunTasks(kFrameTimerMs - kAudioFrameDurationMs); in TEST_F()
850 audio_diff += kFrameTimerMs; in TEST_F()
854 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline. in TEST_F()
875 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline. in TEST_F()
895 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline. in TEST_F()
914 int audio_diff = kFrameTimerMs; in TEST_F()
923 base::TimeDelta::FromMilliseconds(test_delay_ms + kFrameTimerMs); in TEST_F()
948 RunTasks(kFrameTimerMs - kAudioFrameDurationMs); in TEST_F()
[all …]
Dcast_benchmarks.cc76 static const int kFrameTimerMs = 33; variable
394 RunTasks(kFrameTimerMs); in Run()
396 RunTasks(100 * kFrameTimerMs); // Empty the pipeline. in Run()
435 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0); in video_bandwidth()
442 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0); in audio_bandwidth()