Searched refs:Vp8StreamInfo (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 45 struct Vp8StreamInfo { struct 116 Vp8StreamInfo CalculateVp8StreamInfo() { in CalculateVp8StreamInfo() 117 Vp8StreamInfo info; in CalculateVp8StreamInfo() 406 Vp8StreamInfo SimulateWithFramerate(float framerate) { in SimulateWithFramerate() 434 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}}; in TEST_F() 438 Vp8StreamInfo expected = {{3.75, 7.5, 15.0}, {low_b, mid_b, high_b}}; in TEST_F() 465 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}}; in TEST_F() 469 Vp8StreamInfo expected = {{5.0, 10.0, 20.0}, {low_b, mid_b, high_b}}; in TEST_F() 473 Vp8StreamInfo expected = {{7.5, 15.0, 15.0}, {mid_b, high_b, high_b}}; in TEST_F() 477 Vp8StreamInfo expected = {{5.0, 10.0, 10.0}, {mid_b, high_b, high_b}}; in TEST_F() [all …]
|