/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/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/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_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_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/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/skia/tools/flags/ |
D | SkCommonFlags.cpp | 68 DEFINE_int32(skpViewportSize, 1000, "Width & height of the viewport used to crop skp rendering."); 100 DEFINE_int32(backendTiles, 3, "Number of tiles in the experimental threaded backend."); 101 DEFINE_int32(backendThreads, 2, "Number of threads in the experimental threaded backend."); 157 DEFINE_int32(gpuThreads, 2, "Create this many extra threads to assist with GPU work, "
|
/external/grpc-grpc/test/cpp/interop/ |
D | stress_test.cc | 41 DEFINE_int32(metrics_port, 8081, "The metrics server port."); 43 DEFINE_int32(sleep_duration_ms, 0, 47 DEFINE_int32(test_duration_secs, -1, 57 DEFINE_int32(num_channels_per_server, 1, "Number of channels for each server"); 59 DEFINE_int32(num_stubs_per_channel, 1, 90 DEFINE_int32(log_level, GPR_LOG_SEVERITY_INFO,
|
D | reconnect_interop_client.cc | 34 DEFINE_int32(server_control_port, 0, "Server port for control rpcs."); 35 DEFINE_int32(server_retry_port, 0, "Server port for testing reconnection."); 37 DEFINE_int32(max_reconnect_backoff_ms, 0,
|
/external/skqp/tools/flags/ |
D | SkCommonFlags.cpp | 68 DEFINE_int32(skpViewportSize, 1000, "Width & height of the viewport used to crop skp rendering."); 106 DEFINE_int32(backendTiles, 3, "Number of tiles in the experimental threaded backend."); 107 DEFINE_int32(backendThreads, 2, "Number of threads in the experimental threaded backend."); 163 DEFINE_int32(gpuThreads, 2, "Create this many extra threads to assist with GPU work, "
|
/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/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.");
|
/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/skqp/bench/ |
D | SKPBench.cpp | 17 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback."); 18 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback."); 20 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback."); 21 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");
|
/external/skia/bench/ |
D | SKPBench.cpp | 17 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback."); 18 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback."); 20 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback."); 21 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");
|
/external/grpc-grpc/test/cpp/qps/ |
D | worker.cc | 33 DEFINE_int32(driver_port, 0, "Port for communication with driver"); 34 DEFINE_int32(server_port, 0, "Port for operation as a server");
|
/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");
|