Home
last modified time | relevance | path

Searched refs:kTestWidth (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/test/
Dvideo_codec_settings.h18 const uint16_t kTestWidth = 352; variable
32 settings->width = kTestWidth; in CodecSettings()
/external/skia/gm/
Dwidebuttcaps.cpp19 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()
Dtrickycubicstrokes.cpp30 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/
Dvideo_capture_unittest.cc58 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/
Dencoder_simulcast_proxy_unittest.cc45 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()
Dwebrtc_video_engine_unittest.cc1881 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()