OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDefaultWidth
(Results
1 - 6
of
6
) 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
16
static int
kDefaultWidth
= 1920;
111
bounds = SkIRect::MakeWH(
kDefaultWidth
, kDefaultHeight);
/external/skqp/tools/skiaserve/
Request.cpp
16
static int
kDefaultWidth
= 1920;
111
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,
/external/tensorflow/tensorflow/compiler/xla/tools/
interactive_graphviz.cc
100
//
kDefaultWidth
nodes around the requested instruction.
101
constexpr int64
kDefaultWidth
= 2;
148
<<
kDefaultWidth
<< R"(.
531
uint64 graph_width =
kDefaultWidth
;
546
graph_width =
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 181 milliseconds