HomeSort by relevance Sort by last modified time
    Searched defs:kDefaultWidth (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_capture/
video_capture_config.h 18 enum {kDefaultWidth = 640}; // Start width
  /external/skia/tools/skiaserve/
Request.cpp 18 static int kDefaultWidth = 1920;
161 bounds = SkIRect::MakeWH(kDefaultWidth, kDefaultHeight);
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 199 static const int kDefaultWidth = 1280;
210 ConfigureStream(kDefaultWidth / 4, kDefaultHeight / 4, 100,
212 ConfigureStream(kDefaultWidth / 2, kDefaultHeight / 2, 500,
214 ConfigureStream(kDefaultWidth, kDefaultHeight, 1200,
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue_producer-test.cpp 15 constexpr uint32_t kDefaultWidth = 1;
79 Rect mCrop{Rect(kDefaultWidth, kDefaultHeight)};
120 int ret = mProducer->dequeueBuffer(outSlot, outFence, kDefaultWidth,
184 EXPECT_EQ(kDefaultWidth, static_cast<uint32_t>(value));
249 EXPECT_EQ(kDefaultWidth, output.width);
354 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1))
444 &slot, &fence, kDefaultWidth, kDefaultHeight,
459 ASSERT_EQ(NO_INIT, mProducer->dequeueBuffer(&slot, &fence, kDefaultWidth,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 36 const int kDefaultWidth = 1280;
262 settings->width = kDefaultWidth;
266 ConfigureStream(kDefaultWidth / 4, kDefaultHeight / 4, kMaxBitrates[0],
269 ConfigureStream(kDefaultWidth / 2, kDefaultHeight / 2, kMaxBitrates[1],
272 ConfigureStream(kDefaultWidth, kDefaultHeight, kMaxBitrates[2],
310 int half_width = (kDefaultWidth + 1) / 2;
311 input_frame_.CreateEmptyFrame(kDefaultWidth, kDefaultHeight, kDefaultWidth,
334 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 4),
345 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 2)
    [all...]

Completed in 207 milliseconds