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

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
tester_main.cc 27 DEFINE_int32(width, 352, "Width in pixels of the frames in the input file.");
28 DEFINE_int32(height, 288, "Height in pixels of the frames in the input file.");
29 DEFINE_int32(bitrate, 500, "Bit rate in kilobits/second.");
30 DEFINE_int32(framerate, 30, "Frame rate of the input file, in FPS "
32 DEFINE_int32(packet_loss_percent, 0, "Packet loss probability, in percent.");
33 DEFINE_int32(rtt, 0, "RTT (round-trip time), in milliseconds.");
34 DEFINE_int32(protection_mode, 0, "Protection mode.");
35 DEFINE_int32(cama_enable, 0, "Cama enable.");
42 DEFINE_int32(test_number, 0, "Test number.");
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h 17 #undef DEFINE_int32
18 #define DEFINE_int32(name, default_value, comment) \
  /external/skia/tools/
skpmaker.cpp 20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
21 DEFINE_int32(border, 4, "Width of the black border around the image.");
22 DEFINE_int32(green, 128, "Value of green color channel in image, 0-255.");
23 DEFINE_int32(height, 200, "Height of canvas to create.");
24 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255.");
25 DEFINE_int32(width, 300, "Width of canvas to create.");
bench_playback.cpp 25 DEFINE_int32(samples, 10, "Gather this many samples of each picture playback.");
27 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
30 DEFINE_int32(verbose, 0, "0: print min sample; "
bench_record.cpp 24 DEFINE_int32(samples, 10, "Number of times to re-record each SKP.");
25 DEFINE_int32(tileGridSize, 512, "Set the tile grid size. Has no effect if bbh is not set to tilegrid.");
32 DEFINE_int32(verbose, 0, "0: print min sample; "
  /external/chromium_org/third_party/skia/tools/
skpmaker.cpp 20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
21 DEFINE_int32(border, 4, "Width of the black border around the image.");
22 DEFINE_int32(green, 128, "Value of green color channel in image, 0-255.");
23 DEFINE_int32(height, 200, "Height of canvas to create.");
24 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255.");
25 DEFINE_int32(width, 300, "Width of canvas to create.");
  /external/chromium_org/third_party/skia/dm/
DMSKPTask.cpp 8 DEFINE_int32(skpMaxWidth, 1000, "Max SKPTask viewport width.");
9 DEFINE_int32(skpMaxHeight, 1000, "Max SKPTask viewport height.");
  /external/chromium_org/third_party/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/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/openfst/src/bin/
fstequivalent.cc 29 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
30 DEFINE_int32(npath, 1, "Number of paths to generate");
31 DEFINE_int32(seed, time(0), "Random seed");
fstrandgen.cc 24 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
26 DEFINE_int32(seed, time(0), "Random seed");
fstdraw.cc 29 DEFINE_int32(precision, 5, "Set precision (number of char/float)");
35 DEFINE_int32(fontsize, 14, "Set fontsize");
  /external/chromium_org/third_party/webrtc/video/
loopback.cc 34 DEFINE_int32(width, 640, "Video width.");
37 DEFINE_int32(height, 480, "Video height.");
40 DEFINE_int32(fps, 30, "Frames per second.");
43 DEFINE_int32(min_bitrate, 50, "Minimum video bitrate.");
46 DEFINE_int32(start_bitrate, 300, "Video starting bitrate.");
49 DEFINE_int32(max_bitrate, 800, "Maximum video bitrate.");
55 DEFINE_int32(loss_percent, 0, "Percentage of packets randomly lost.");
60 DEFINE_int32(link_capacity,
67 DEFINE_int32(queue_size, 0, "Size of the bottleneck link queue in packets.");
72 DEFINE_int32(avg_propagation_delay_ms
    [all...]
replay.cc 43 DEFINE_int32(payload_type, 0, "Payload type");
64 DEFINE_int32(red_payload_type, -1, "RED payload type");
73 DEFINE_int32(fec_payload_type, -1, "ULPFEC payload type");
86 DEFINE_int32(abs_send_time_id, -1, "RTP extension ID for abs-send-time");
93 DEFINE_int32(transmission_offset_id,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
neteq_opus_fec_quality_test.cc 69 DEFINE_int32(channels, 1, "Number of channels in input audio.");
82 DEFINE_int32(bit_rate_kbps, 32, "Target bit rate (kbps).");
95 DEFINE_int32(reported_loss_rate, 10, "Reported percentile of packet loss.");
108 DEFINE_int32(runtime_ms, 10000, "Simulated runtime (milliseconds).");
neteq_speed_test.cc 40 DEFINE_int32(runtime_ms, 10000, "Simulated runtime in ms.");
43 DEFINE_int32(lossrate, 10,
neteq_isac_quality_test.cc 70 DEFINE_int32(bit_rate_kbps, 32, "Target bit rate (kbps).");
83 DEFINE_int32(runtime_ms, 10000, "Simulated runtime (milliseconds).");
  /external/chromium_org/third_party/skia/tools/flags/
SkCommonFlags.cpp 46 DEFINE_int32(threads, 0, "Run threadsafe tests on a threadpool with this many threads, "
  /external/chromium_org/third_party/re2/util/
flags.h 20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 45 DEFINE_int32(pcmu, 0, "RTP payload type for PCM-u");
48 DEFINE_int32(pcma, 8, "RTP payload type for PCM-a");
51 DEFINE_int32(ilbc, 102, "RTP payload type for iLBC");
54 DEFINE_int32(isac, 103, "RTP payload type for iSAC");
57 DEFINE_int32(isac_swb, 104, "RTP payload type for iSAC-swb (32 kHz)");
60 DEFINE_int32(pcm16b, 93, "RTP payload type for PCM16b-nb (8 kHz)");
63 DEFINE_int32(pcm16b_wb, 94, "RTP payload type for PCM16b-wb (16 kHz)");
66 DEFINE_int32(pcm16b_swb32, 95, "RTP payload type for PCM16b-swb32 (32 kHz)");
69 DEFINE_int32(pcm16b_swb48, 96, "RTP payload type for PCM16b-swb48 (48 kHz)");
72 DEFINE_int32(g722, 9, "RTP payload type for G.722")
    [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)");
  /external/openfst/src/extensions/far/
farextract.cc 28 DEFINE_int32(generate_filenames, 0,
  /external/regex-re2/util/
flags.h 20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 41 DEFINE_int32(width, -1, "Width in pixels of the frames in the input file.");
42 DEFINE_int32(height, -1, "Height in pixels of the frames in the input file.");
43 DEFINE_int32(framerate, 30, "Frame rate of the input file, in FPS "
64 DEFINE_int32(bitrate, 500, "Bit rate in kilobits/second.");
65 DEFINE_int32(keyframe_interval, 0, "Forces a keyframe every Nth frame. "
69 DEFINE_int32(temporal_layers, 0, "The number of temporal layers to use "
71 DEFINE_int32(packet_size, 1500, "Simulated network packet size in bytes (MTU). "
73 DEFINE_int32(max_payload_size, 1440, "Max payload size in bytes for the "
81 DEFINE_int32(packet_loss_burst_length, 1, "Packet loss burst length. Defines "
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
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");
45 DEFINE_int32(init_delay, 0, "Initial delay.");

Completed in 738 milliseconds

1 2 3 4