HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_int32 (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/webrtc/webrtc/video/
video_loopback.cc 24 DEFINE_int32(width, 640, "Video width.");
29 DEFINE_int32(height, 480, "Video height.");
34 DEFINE_int32(fps, 30, "Frames per second.");
39 DEFINE_int32(min_bitrate, 50, "Call and stream min bitrate in kbps.");
44 DEFINE_int32(start_bitrate, 300, "Call start bitrate in kbps.");
49 DEFINE_int32(target_bitrate, 800, "Stream target bitrate in kbps.");
54 DEFINE_int32(max_bitrate, 800, "Call and stream max bitrate in kbps.");
59 DEFINE_int32(num_temporal_layers,
72 DEFINE_int32(selected_tl,
79 DEFINE_int32(
    [all...]
screenshare_loopback.cc 24 DEFINE_int32(width, 1850, "Video width (crops source).");
29 DEFINE_int32(height, 1110, "Video height (crops source).");
34 DEFINE_int32(fps, 5, "Frames per second.");
39 DEFINE_int32(min_bitrate, 50, "Call and stream min bitrate in kbps.");
44 DEFINE_int32(start_bitrate, 200, "Call start bitrate in kbps.");
49 DEFINE_int32(target_bitrate, 2000, "Stream target bitrate in kbps.");
54 DEFINE_int32(max_bitrate, 2000, "Call and stream max bitrate in kbps.");
59 DEFINE_int32(num_temporal_layers, 2, "Number of temporal layers to use.");
70 DEFINE_int32(selected_tl,
77 DEFINE_int32(
    [all...]
  /external/skia/tools/
skpmaker.cpp 22 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
23 DEFINE_int32(border, 4, "Width of the black border around the image.");
24 DEFINE_int32(green, 128, "Value of green color channel in image, 0-255.");
25 DEFINE_int32(height, 200, "Height of canvas to create.");
26 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255.");
27 DEFINE_int32(width, 300, "Width of canvas to create.");
  /external/skqp/tools/
skpmaker.cpp 22 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
23 DEFINE_int32(border, 4, "Width of the black border around the image.");
24 DEFINE_int32(green, 128, "Value of green color channel in image, 0-255.");
25 DEFINE_int32(height, 200, "Height of canvas to create.");
26 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255.");
27 DEFINE_int32(width, 300, "Width of canvas to create.");
  /device/google/cuttlefish_common/host/frontend/vnc_server/
main.cpp 28 DEFINE_int32(port, 6444, "Port where to listen for connections");
  /external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc 20 DEFINE_int32(width, 352, "Width in pixels of the frames in the input file.");
21 DEFINE_int32(height, 288, "Height in pixels of the frames in the input file.");
22 DEFINE_int32(rtt, 0, "RTT (round-trip time), in milliseconds.");
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 43 DEFINE_int32(clear_type,
47 DEFINE_int32(clear_window,
52 DEFINE_int32(sample_rate,
55 DEFINE_int32(ana_rate,
58 DEFINE_int32(
  /external/libbrillo/brillo/
flag_helper_unittest.cc 29 DEFINE_int32(int32_1, INT32_MIN, "Test int32 flag");
30 DEFINE_int32(int32_2, 0, "Test int32 flag");
31 DEFINE_int32(int32_3, INT32_MAX, "Test int32 flag");
74 DEFINE_int32(int32_1, 1, "Test int32 flag");
75 DEFINE_int32(int32_2, 1, "Test int32 flag");
76 DEFINE_int32(int32_3, 1, "Test int32 flag");
136 DEFINE_int32(int32_1, 1, "Test int32 flag");
137 DEFINE_int32(int32_2, 1, "Test int32 flag");
138 DEFINE_int32(int32_3, 1, "Test int32 flag");
192 DEFINE_int32(int32_1, 0, "Test in32 flag")
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_opus_quality_test.cc 35 DEFINE_int32(bit_rate_kbps, 32, "Target bit rate (kbps).");
48 DEFINE_int32(complexity, 10, "Complexity: 0 ~ 10 -- defined as in Opus"
55 DEFINE_int32(maxplaybackrate, 48000, "Maximum playback rate (Hz).");
66 DEFINE_int32(application, 0, "Application mode: 0 -- VOIP, 1 -- Audio.");
79 DEFINE_int32(reported_loss_rate, 10, "Reported percentile of packet loss.");
95 DEFINE_int32(sub_packets, 1, "Number of sub packets to repacketize.");
neteq_speed_test.cc 40 DEFINE_int32(runtime_ms, 10000, "Simulated runtime in ms.");
43 DEFINE_int32(lossrate, 10,
neteq_ilbc_quality_test.cc 37 DEFINE_int32(frame_size_ms, 20, "Codec frame size (milliseconds).");
neteq_isac_quality_test.cc 34 DEFINE_int32(bit_rate_kbps, 32, "Target bit rate (kbps).");
  /external/skia/tools/flags/
SkCommonFlags.cpp 102 DEFINE_int32(backendTiles, 3, "Number of tiles in the experimental threaded backend.");
103 DEFINE_int32(backendThreads, 2, "Number of threads in the experimental threaded backend.");
155 DEFINE_int32(gpuThreads, 2, "Create this many extra threads to assist with GPU work, "
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 85 DEFINE_int32(pcmu, 0, "RTP payload type for PCM-u");
88 DEFINE_int32(pcma, 8, "RTP payload type for PCM-a");
91 DEFINE_int32(ilbc, 102, "RTP payload type for iLBC");
94 DEFINE_int32(isac, 103, "RTP payload type for iSAC");
97 DEFINE_int32(isac_swb, 104, "RTP payload type for iSAC-swb (32 kHz)");
100 DEFINE_int32(opus, 111, "RTP payload type for Opus");
103 DEFINE_int32(pcm16b, 93, "RTP payload type for PCM16b-nb (8 kHz)");
106 DEFINE_int32(pcm16b_wb, 94, "RTP payload type for PCM16b-wb (16 kHz)");
109 DEFINE_int32(pcm16b_swb32, 95, "RTP payload type for PCM16b-swb32 (32 kHz)");
112 DEFINE_int32(pcm16b_swb48, 96, "RTP payload type for PCM16b-swb48 (48 kHz)")
    [all...]
rtp_analyze.cc 35 DEFINE_int32(red, 117, "RTP payload type for RED");
38 DEFINE_int32(audio_level, 1, "Extension ID for audio level (RFC 6464)");
41 DEFINE_int32(abs_send_time, 3, "Extension ID for absolute sender time");
neteq_quality_test.cc 65 DEFINE_int32(input_sample_rate, 16000, "Sample rate of input file in Hz.");
78 DEFINE_int32(channels, 1, "Number of channels in input audio.");
115 DEFINE_int32(runtime_ms, 10000, "Simulated runtime (milliseconds).");
120 DEFINE_int32(packet_loss_rate, 10, "Percentile of packet loss.");
133 DEFINE_int32(random_loss_mode, 1,
147 DEFINE_int32(burst_length, 30,
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 46 DEFINE_int32(width, -1, "Width in pixels of the frames in the input file.");
47 DEFINE_int32(height, -1, "Height in pixels of the frames in the input file.");
48 DEFINE_int32(framerate,
79 DEFINE_int32(bitrate, 500, "Bit rate in kilobits/second.");
80 DEFINE_int32(keyframe_interval,
86 DEFINE_int32(temporal_layers,
90 DEFINE_int32(packet_size,
94 DEFINE_int32(max_payload_size,
108 DEFINE_int32(packet_loss_burst_length,
  /external/libyuv/files/unit_test/
unit_test.cc 28 DEFINE_int32(libyuv_width, 0, "width of test image.");
29 DEFINE_int32(libyuv_height, 0, "height of test image.");
30 DEFINE_int32(libyuv_repeat, 0, "number of times to repeat test.");
31 DEFINE_int32(libyuv_flags, 0, "cpu flags for reference code. 1 = C, -1 = SIMD");
32 DEFINE_int32(libyuv_cpu_info,
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 32 DEFINE_int32(pt, 120, "codec payload type (defaults to opus/48000/2)");
43 DEFINE_int32(capture1, 0, "capture device index for the first voice engine");
44 DEFINE_int32(capture2, 0, "capture device index for second voice engine");
45 DEFINE_int32(render1, 0, "render device index for first voice engine");
46 DEFINE_int32(render2, 0, "render device index for second voice engine");
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 44 DEFINE_int32(out_channels, 1, "Number of output channels.");
47 DEFINE_int32(out_sample_rate, 48000, "Output sample rate in Hz.");
66 DEFINE_int32(ns_level, -1, "Noise suppression level [0 - 3].");
  /external/brotli/research/
draw_histogram.cc 23 DEFINE_int32(height, 1000, "Height of the resulting histogam.");
24 DEFINE_int32(width, 8000, "Width of the resulting histogam.");
25 DEFINE_int32(size, 1e8, "Size of the compressed file.");
26 DEFINE_int32(brotli_window, -1, "Size of brotli window in bits.");
  /external/google-benchmark/src/
commandlineflags.h 19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val)
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.h 19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val)
  /external/skia/bench/
SKPBench.cpp 19 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback.");
20 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback.");
22 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback.");
23 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");
  /external/skqp/bench/
SKPBench.cpp 19 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback.");
20 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback.");
22 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback.");
23 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");

Completed in 418 milliseconds

1 2 3