/external/webrtc/webrtc/video/ |
D | 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 …]
|
D | 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 …]
|
D | replay.cc | 46 DEFINE_int32(payload_type, 0, "Payload type"); 67 DEFINE_int32(red_payload_type, -1, "RED payload type"); 76 DEFINE_int32(fec_payload_type, -1, "ULPFEC payload type"); 89 DEFINE_int32(abs_send_time_id, -1, "RTP extension ID for abs-send-time"); 96 DEFINE_int32(transmission_offset_id,
|
/external/skia/tools/ |
D | 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/libbrillo/brillo/ |
D | flag_helper_unittest.cc | 29 DEFINE_int32(int32_1, INT32_MIN, "Test int32 flag"); in TEST_F() 30 DEFINE_int32(int32_2, 0, "Test int32 flag"); in TEST_F() 31 DEFINE_int32(int32_3, INT32_MAX, "Test int32 flag"); in TEST_F() 74 DEFINE_int32(int32_1, 1, "Test int32 flag"); in TEST_F() 75 DEFINE_int32(int32_2, 1, "Test int32 flag"); in TEST_F() 76 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F() 136 DEFINE_int32(int32_1, 1, "Test int32 flag"); in TEST_F() 137 DEFINE_int32(int32_2, 1, "Test int32 flag"); in TEST_F() 138 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F() 192 DEFINE_int32(int32_1, 0, "Test in32 flag"); in TEST_F() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | 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.");
|
D | neteq_speed_test.cc | 40 DEFINE_int32(runtime_ms, 10000, "Simulated runtime in ms."); 43 DEFINE_int32(lossrate, 10,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | 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 …]
|
D | 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,
|
D | 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");
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/ |
D | 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/regex-re2/re2/testing/ |
D | random_test.cc | 11 DEFINE_int32(regexpseed, 404, "Random regexp seed."); 12 DEFINE_int32(regexpcount, 100, "How many random regexps to generate."); 13 DEFINE_int32(stringseed, 200, "Random string seed."); 14 DEFINE_int32(stringcount, 100, "How many random strings to generate.");
|
D | dfa_test.cc | 15 DEFINE_int32(size, 8, "log2(number of DFA nodes)"); 16 DEFINE_int32(repeat, 2, "Repetition count."); 17 DEFINE_int32(threads, 4, "number of threads");
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | 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/webrtc/webrtc/modules/video_coding/test/ |
D | 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/tools/agc/ |
D | 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/libyuv/files/unit_test/ |
D | 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/modules/audio_processing/transient/ |
D | transient_suppression_test.cc | 41 DEFINE_int32(chunk_size_ms, 47 DEFINE_int32(sample_rate_hz, 52 DEFINE_int32(detection_rate_hz, 56 DEFINE_int32(num_channels, 1, "Number of channels.");
|
/external/brotli/research/ |
D | 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.");
|
D | find_opt_references.cc | 28 DEFINE_int32(min_length, 1, "Minimal length of found backward references."); 30 DEFINE_int32(long_length, 32, 32 DEFINE_int32(skip, 1, "Number of bytes to skip.");
|
/external/skia/bench/ |
D | SKPBench.cpp | 18 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback."); 19 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback."); 21 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback."); 22 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");
|
D | nanobench.cpp | 99 DEFINE_int32(loops, kDefaultLoops, loops_help_txt().c_str()); 101 DEFINE_int32(samples, 10, "Number of samples to measure for each bench."); 102 DEFINE_int32(ms, 0, "If >0, run each bench for this many ms instead of obeying --samples."); 103 DEFINE_int32(overheadLoops, 100000, "Loops to estimate timer overhead."); 107 DEFINE_int32(gpuFrameLag, 5, "If unknown, estimated maximum number of frames GPU allows to lag."); 110 DEFINE_int32(maxCalibrationAttempts, 3, 112 DEFINE_int32(maxLoops, 1000000, "Never run a bench more times than this."); 121 DEFINE_int32(flushEvery, 10, "Flush --outResultsFile every Nth run.");
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | 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/webrtc/webrtc/modules/audio_coding/test/ |
D | insert_packet_with_timing.cc | 26 DEFINE_int32(codec_sample_rate_hz, 48000, "Sampling rate in Hertz."); 27 DEFINE_int32(codec_channels, 1, "Number of channels of the codec."); 32 DEFINE_int32(input_fs_hz, 32000, "Input sample rate Hz."); 34 DEFINE_int32(output_fs_hz, 32000, "Output sample rate Hz");
|
D | delay_test.cc | 32 DEFINE_int32(sample_rate_hz, 16000, "Sampling rate in Hertz."); 33 DEFINE_int32(num_channels, 1, "Number of Channels."); 35 DEFINE_int32(delay, 0, "Delay in millisecond.");
|