Searched refs:kTestWidth (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/test/ |
D | video_codec_settings.h | 18 const uint16_t kTestWidth = 352; variable 32 settings->width = kTestWidth; in CodecSettings()
|
/external/skia/gm/ |
D | widebuttcaps.cpp | 19 static constexpr int kTestWidth = 120 * 4; variable 86 DEF_SIMPLE_GM(widebuttcaps, canvas, kTestWidth, kTestHeight) { in DEF_SIMPLE_GM() argument 97 return SkISize::Make(kTestWidth, kTestHeight); in onISize()
|
D | trickycubicstrokes.cpp | 30 static constexpr int kTestWidth = kNumCols * kCellSize; variable 174 DEF_SIMPLE_GM(trickycubicstrokes, canvas, kTestWidth, kTestHeight) { in DEF_SIMPLE_GM() argument 178 DEF_SIMPLE_GM(trickycubicstrokes_roundcaps, canvas, kTestWidth, kTestHeight) { in DEF_SIMPLE_GM() argument 188 return SkISize::Make(kTestWidth, kTestHeight); in onISize()
|
/external/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 58 static const int kTestWidth = 352; variable 214 capability.width = kTestWidth; in TEST_F() 315 capability1.width = kTestWidth; in TEST_F() 331 capability2.width = kTestWidth; in TEST_F()
|
/external/webrtc/media/engine/ |
D | encoder_simulcast_proxy_unittest.cc | 45 codec_settings.simulcastStream[0] = {test::kTestWidth, in TEST() 53 codec_settings.simulcastStream[1] = {test::kTestWidth, in TEST() 61 codec_settings.simulcastStream[2] = {test::kTestWidth, in TEST()
|
D | webrtc_video_engine_unittest.cc | 1881 const int kTestWidth = 160; in TEST_F() local 1883 cricket::FakeFrameSource frame_source(kTestWidth, kTestHeight, in TEST_F() 1892 EXPECT_FRAME_ON_RENDERER_WAIT(renderer2, 1, kTestWidth, kTestHeight, in TEST_F() 1919 EXPECT_EQ(kTestWidth, info.senders[1].send_frame_width); in TEST_F() 2194 const int kTestWidth = 160; in TEST_F() local 2197 kTestWidth, kTestHeight, webrtc::VideoRotation::kVideoRotation_0, in TEST_F() 2199 EXPECT_FRAME_ON_RENDERER_WAIT(renderer1, 1, kTestWidth, kTestHeight, in TEST_F() 2203 kTestWidth, kTestHeight, webrtc::VideoRotation::kVideoRotation_0, in TEST_F() 2205 EXPECT_FRAME_ON_RENDERER_WAIT(renderer2, 1, kTestWidth, kTestHeight, in TEST_F()
|