Searched refs:kDefaultWidth (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_unittest.h | 36 const int kDefaultWidth = 1280; variable 262 settings->width = kDefaultWidth; in DefaultSettings() 266 ConfigureStream(kDefaultWidth / 4, kDefaultHeight / 4, kMaxBitrates[0], in DefaultSettings() 269 ConfigureStream(kDefaultWidth / 2, kDefaultHeight / 2, kMaxBitrates[1], in DefaultSettings() 272 ConfigureStream(kDefaultWidth, kDefaultHeight, kMaxBitrates[2], in DefaultSettings() 310 int half_width = (kDefaultWidth + 1) / 2; in SetUpCodec() 311 input_frame_.CreateEmptyFrame(kDefaultWidth, kDefaultHeight, kDefaultWidth, in SetUpCodec() 334 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 4), in ExpectStreams() 345 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 2), in ExpectStreams() 355 Field(&EncodedImage::_encodedWidth, kDefaultWidth), in ExpectStreams() [all …]
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 199 static const int kDefaultWidth = 1280; member in webrtc::vcm::__anon6bfc03b10111::TestVideoSenderWithMockEncoder 210 ConfigureStream(kDefaultWidth / 4, kDefaultHeight / 4, 100, in SetUp() 212 ConfigureStream(kDefaultWidth / 2, kDefaultHeight / 2, 500, in SetUp() 214 ConfigureStream(kDefaultWidth, kDefaultHeight, 1200, in SetUp()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_config.h | 18 enum {kDefaultWidth = 640}; // Start width enumerator
|
D | video_capture_impl.cc | 161 _requestedCapability.width = kDefaultWidth; in VideoCaptureImpl()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 16 static int kDefaultWidth = 1920; variable 111 bounds = SkIRect::MakeWH(kDefaultWidth, kDefaultHeight); in getBounds()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 16 static int kDefaultWidth = 1920; variable 111 bounds = SkIRect::MakeWH(kDefaultWidth, kDefaultHeight); in getBounds()
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | video_capture_ios.mm | 30 capability_.width = kDefaultWidth;
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 101 constexpr int64 kDefaultWidth = 2; variable 148 << kDefaultWidth << R"(. in DoHelpCommand()
|