Searched refs:rate (Results 76 - 100 of 338) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/rdma/
H A Dib_user_sa.h70 __u8 rate; member in struct:ib_user_path_rec
/external/libvorbis/examples/
H A Dchaining_example.c61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
/external/tremolo/Tremolo/
H A Divorbiscodec.h54 long rate; member in struct:vorbis_info
60 implies a fixed rate bitstream
66 may also be set to give a nominal rate.
/external/iproute2/examples/
H A DSYN-DoS.rate.limit4 # this script shows how one can rate limit incoming SYNs
31 # 960 bits (approximately 1kbit); so we rate limit below
36 police rate 1kbit burst 40 mtu 9k drop flowid :1
/external/libvorbis/lib/
H A Dpsy.h110 long rate; /* cache it */ member in struct:__anon10890
117 vorbis_info_psy_global *gi,int n,long rate);
H A Dvorbisenc.c272 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
273 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
277 g->sliding_lowpass[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
278 g->sliding_lowpass[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
284 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
285 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
291 g->sliding_lowpass[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
292 g->sliding_lowpass[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
521 double nyq=vi->rate/2.;
863 long rate){
861 vorbis_encode_setup_setting(vorbis_info *vi, long channels, long rate) argument
902 vorbis_encode_setup_vbr(vorbis_info *vi, long channels, long rate, float quality) argument
923 vorbis_encode_init_vbr(vorbis_info *vi, long channels, long rate, float base_quality ) argument
943 vorbis_encode_setup_managed(vorbis_info *vi, long channels, long rate, long max_bitrate, long nominal_bitrate, long min_bitrate) argument
990 vorbis_encode_init(vorbis_info *vi, long channels, long rate, long max_bitrate, long nominal_bitrate, long min_bitrate) argument
[all...]
/external/webrtc/webrtc/common_audio/vad/
H A Dwebrtc_vad.c93 int WebRtcVad_ValidRateAndFrameLength(int rate, size_t frame_length) { argument
102 if (kValidRates[i] == rate) {
/external/webrtc/webrtc/modules/audio_processing/transient/test/
H A DplotDetection.m8 %fs: The sample rate of the signal in Hertz.
H A DreadDetection.m10 %fs: The signal sample rate in Hertz.
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_before_streaming_test.cc50 codec_instance_.rate = 32000;
68 codec_instance_.rate = 13300;
/external/autotest/client/cros/audio/
H A Dalsa_utils.py20 def _get_format_args(channels, bits, rate):
23 args += ['-r', str(rate)]
205 input, duration=None, channels=2, bits=16, rate=48000, device=None):
212 @param rate: The sampling rate.
219 args += _get_format_args(channels, bits, rate)
238 output, duration=None, channels=1, bits=16, rate=48000, device=None):
245 @param rate: The sampling rate.
252 args += _get_format_args(channels, bits, rate)
[all...]
H A Dcras_utils.py40 channels=2, rate=48000):
48 @param rate: the sampling rate
60 args += ['--rate', str(rate)]
65 capture_file, block_size=None, duration=10, channels=1, rate=48000):
74 @param rate: the sampling rate.
86 args += ['--rate', str(rate)]
[all...]
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_player_impl.cc66 // Make sure that sample rate is 8,16 or 32 kHz. E.g. WAVE files may have
223 codecInstL16.rate = 128000;
229 codecInstL16.rate = 256000;
235 codecInstL16.rate = 512000;
304 codecInstL16.rate = 128000;
310 codecInstL16.rate = 256000;
316 codecInstL16.rate = 512000;
/external/fio/
H A Deta.c234 * if given, otherwise assume it'll run at the specified rate.
253 rate_bytes = ddir_rw_sum(td->o.rate);
279 unsigned long long *prev_io_bytes, unsigned int *rate)
288 rate[i] = 0;
289 rate[0] += ((1000 * diff) / mtime) / 1024;
291 rate[i] = ((1000 * diff) / mtime) / 1024;
318 * Print status of the jobs we know about. This includes rate estimates,
373 je->t_rate[0] += td->o.rate[DDIR_READ];
379 je->t_rate[1] += td->o.rate[DDIR_WRITE];
385 je->t_rate[2] += td->o.rate[DDIR_TRI
277 calc_rate(int unified_rw_rep, unsigned long mtime, unsigned long long *io_bytes, unsigned long long *prev_io_bytes, unsigned int *rate) argument
[all...]
/external/sonic/
H A DSonic.java25 private float rate; field in class:Sonic
122 // Get the rate of the stream.
125 return rate;
128 // Set the playback rate of the stream. This scales pitch and speed at the same time.
130 float rate)
132 this.rate = rate;
207 rate = 1.0f;
214 // Get the sample rate of the stream.
220 // Set the sample rate o
129 setRate( float rate) argument
762 adjustRate( float rate, int originalNumOutputSamples) argument
946 changeFloatSpeed( float samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) argument
972 sonicChangeShortSpeed( short samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) argument
[all...]
H A Dsonic.c29 float rate; member in struct:sonicStreamStruct
117 /* Get the rate of the stream. */
121 return stream->rate;
124 /* Set the playback rate of the stream. This scales pitch and speed at the same time. */
127 float rate)
129 stream->rate = rate;
267 stream->rate = 1.0f;
275 /* Get the sample rate of the stream. */
282 /* Set the sample rate o
125 sonicSetRate( sonicStream stream, float rate) argument
552 float rate = stream->rate*stream->pitch; local
900 adjustRate( sonicStream stream, float rate, int originalNumOutputSamples) argument
1052 float rate = stream->rate; local
1124 sonicChangeFloatSpeed( float *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) argument
1151 sonicChangeShortSpeed( short *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) argument
[all...]
/external/netperf/src/
H A Dnetcpu_looper.c64 idle. The rate at which this increments during a test is compared
482 /* measured cpu rate to the calling routine. raj 4/95 */
495 rate[MAXTIMES],
516 rate[i] = (float)0.0;
558 if (temp_rate > rate[i]) rate[i] = temp_rate;
560 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
563 if (local_maxrate < rate[i]) local_maxrate = rate[i];
494 rate[MAXTIMES], local
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1012 mi_col, bsize, ctx->rate, ctx->dist,
1261 // Examine the resulting rate and for AQ mode 2 make a segment choice.
1262 if ((rd_cost->rate != INT_MAX) &&
1267 vp9_caq_select_segment(cpi, x, bsize, mi_row, mi_col, rd_cost->rate);
1272 // TODO(jingning) The rate-distortion optimization flow needs to be
1274 if (rd_cost->rate == INT_MAX)
1277 ctx->rate = rd_cost->rate;
1693 ctx->rate, ctx->dist, x->skip);
1836 int *rate, int64_
1830 rd_use_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, MODE_INFO **mi_8x8, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, int64_t *dist, int do_recon, PC_TREE *pc_tree) argument
[all...]
/external/iproute2/tc/
H A Dq_red.c42 unsigned rate = 0; local
89 if (get_rate(&rate, *argv)) {
126 if (!rate) {
127 get_rate(&rate, "10Mbit");
142 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
H A Dq_hfsc.c54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
58 " rate : rate\n"
340 unsigned int umax = 0, dmax = 0, rate = 0; local
360 if (matches(*argv, "rate") == 0) {
362 if (get_rate(&rate, *argv) < 0) {
363 explain1("rate");
374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
381 sc->m2 = rate;
385 * is at dmax - umax / rate
[all...]
/external/tinycompress/
H A Dcplay.c209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
229 codec.sample_rate = rate;
231 fprintf(stderr, "invalid sample rate %d\n", rate);
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc142 voice_codec.rate = 64000;
151 (voice_codec.rate < 0) ? 0 : voice_codec.rate));
158 (voice_codec.rate < 0) ? 0 : voice_codec.rate));
/external/libopus/celt/
H A Dopus_custom_demo.c51 opus_int32 frame_size, channels, rate; local
64 fprintf (stderr, "Usage: test_opus_custom <rate> <channels> <frame size> "
65 " <bytes per packet> [<complexity> [packet loss rate]] "
70 rate = (opus_int32)atol(argv[1]);
73 mode = opus_custom_mode_create(rate, frame_size, NULL);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c156 int rate; member in struct:vp8_token_state
228 tokens[eob][0].rate = 0;
250 rate0 = tokens[next][0].rate;
251 rate1 = tokens[next][1].rate;
275 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
282 rate0 = tokens[next][0].rate;
283 rate1 = tokens[next][1].rate;
345 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
365 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
370 tokens[next][1].rate
[all...]
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_output_test.cc46 void SetBitRate(int rate);
138 void OutputTest::SetBitRate(int rate) { argument
139 manager_.CodecPtr()->SetBitRate(channel_, rate);

Completed in 663 milliseconds

1234567891011>>