Home
last modified time | relevance | path

Searched refs:DEFINE_int32 (Results 1 – 25 of 96) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dtester_main.cc27 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/webrtc/video/
Dloopback.cc34 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 …]
Dreplay.cc43 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/skia/tools/
Dskpmaker.cpp20 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.");
Dbench_record.cpp24 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 tilegri…
32 DEFINE_int32(verbose, 0, "0: print min sample; "
Dbench_playback.cpp25 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; "
Dbbh_shootout.cpp27 DEFINE_int32(record, 100, "Number of times to record each SKP.");
28 DEFINE_int32(playback, 1, "Number of times to playback each SKP.");
29 DEFINE_int32(tilesize, 256, "The size of a tile.");
/external/chromium_org/third_party/skia/tools/
Dskpmaker.cpp20 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.");
Dbbh_shootout.cpp27 DEFINE_int32(record, 100, "Number of times to record each SKP.");
28 DEFINE_int32(playback, 1, "Number of times to playback each SKP.");
29 DEFINE_int32(tilesize, 256, "The size of a tile.");
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Dneteq_rtpplay.cc45 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 …]
Dneteq_quality_test.cc31 DEFINE_int32(packet_loss_rate, 10, "Percentile of packet loss.");
44 DEFINE_int32(random_loss_mode, 1,
58 DEFINE_int32(burst_length, 30,
/external/regex-re2/re2/testing/
Drandom_test.cc11 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/chromium_org/third_party/re2/re2/testing/
Drandom_test.cc11 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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
Dneteq_opus_fec_quality_test.cc69 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).");
Dneteq_speed_test.cc40 DEFINE_int32(runtime_ms, 10000, "Simulated runtime in ms.");
43 DEFINE_int32(lossrate, 10,
Dneteq_isac_quality_test.cc70 DEFINE_int32(bit_rate_kbps, 32, "Target bit rate (kbps).");
83 DEFINE_int32(runtime_ms, 10000, "Simulated runtime (milliseconds).");
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc41 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/openfst/src/bin/
Dfstequivalent.cc29 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");
Dfstrandgen.cc24 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
26 DEFINE_int32(seed, time(0), "Random seed");
Dfstdraw.cc29 DEFINE_int32(precision, 5, "Set precision (number of char/float)");
35 DEFINE_int32(fontsize, 14, "Set fontsize");
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Dinsert_packet_with_timing.cc26 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.");
Ddelay_test.cc32 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.");
36 DEFINE_int32(init_delay, 0, "Initial delay in millisecond.");
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
Dcld_commandlineflags.h17 #undef DEFINE_int32
18 #define DEFINE_int32(name, default_value, comment) \ macro
/external/chromium_org/third_party/skia/dm/
DDMSKPTask.cpp8 DEFINE_int32(skpMaxWidth, 1000, "Max SKPTask viewport width.");
9 DEFINE_int32(skpMaxHeight, 1000, "Max SKPTask viewport height.");
/external/openfst/src/test/
Dalgo_test.cc36 DEFINE_int32(seed, -1, "random seed");
37 DEFINE_int32(repeat, 25, "number of test repetitions");

1234