Home
last modified time | relevance | path

Searched refs:kDefaultWidth (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h36 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/
Dvideo_sender_unittest.cc199 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/
Dvideo_capture_config.h18 enum {kDefaultWidth = 640}; // Start width enumerator
Dvideo_capture_impl.cc161 _requestedCapability.width = kDefaultWidth; in VideoCaptureImpl()
/external/skia/tools/skiaserve/
DRequest.cpp16 static int kDefaultWidth = 1920; variable
111 bounds = SkIRect::MakeWH(kDefaultWidth, kDefaultHeight); in getBounds()
/external/skqp/tools/skiaserve/
DRequest.cpp16 static int kDefaultWidth = 1920; variable
111 bounds = SkIRect::MakeWH(kDefaultWidth, kDefaultHeight); in getBounds()
/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm30 capability_.width = kDefaultWidth;
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc101 constexpr int64 kDefaultWidth = 2; variable
148 << kDefaultWidth << R"(. in DoHelpCommand()