/external/skia/tools/VisualBench/ |
VisualFlags.cpp | 10 DEFINE_int32(msaa, 0, "Number of msaa samples.");
|
TimingStateMachine.cpp | 13 DEFINE_int32(gpuFrameLag, 5, "Overestimate of maximum number of frames GPU is allowed to lag."); 14 DEFINE_int32(frames, 5, "Number of frames of each skp to render per sample.");
|
/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/regex-re2/re2/testing/ |
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.");
|
/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).");
|
/system/core/metricsd/ |
metricsd_main.cc | 35 DEFINE_int32(upload_interval_secs, 1800, 37 DEFINE_int32(disk_persistence_interval_secs, 300,
|
/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/regex-re2/util/ |
flags.h | 20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc)
|
/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 | 25 DEFINE_int32(libyuv_width, 0, "width of test image."); 26 DEFINE_int32(libyuv_height, 0, "height of test image."); 27 DEFINE_int32(libyuv_repeat, 0, "number of times to repeat test."); 28 DEFINE_int32(libyuv_flags, 0, 30 DEFINE_int32(libyuv_cpu_info, 0,
|
/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/google-benchmark/src/ |
commandlineflags.h | 19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val)
|
/external/skia/bench/ |
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.");
|
/external/skia/tools/flags/ |
SkCommonFlags.cpp | 39 DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
|