Searched refs:rate (Results 1 - 25 of 338) sorted by last modified time

1234567891011>>

/external/webrtc/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc28 DEFINE_int32(rate, 16000, "codec sample rate in Hz");
H A Drun_audio_test.py37 parser.add_option('--rate', default='16000', help='sample rate in Hz')
76 '--codec=' + options.codec, '--rate=' + options.rate]
86 format_args = ['--format=s16le', '--rate=' + options.rate,
/external/webrtc/webrtc/video/
H A Dvie_channel.cc1188 const uint32_t rate) {
1183 OnInitializeDecoder( const int8_t payload_type, const char payload_name[RTP_PAYLOAD_NAME_SIZE], const int frequency, const size_t channels, const uint32_t rate) argument
H A Dvie_channel.h194 const uint32_t rate) override;
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc423 uint32_t rate) {
426 "payloadName=%s, frequency=%u, channels=%" PRIuS ", rate=%u)",
427 payloadType, payloadName, frequency, channels, rate);
435 receiveCodec.rate = rate;
1078 (codec.rate < 0) ? 0 : codec.rate) == -1))
1085 codec.channels, codec.rate);
1094 codec.channels, codec.rate);
1435 // Normalizes rate t
418 OnInitializeDecoder( int8_t payloadType, const char payloadName[RTP_PAYLOAD_NAME_SIZE], int frequency, size_t channels, uint32_t rate) argument
[all...]
H A Dchannel.h385 uint32_t rate) override;
518 // Downsamples to the codec rate if necessary.
H A Dvoe_codec_impl.cc68 "channels=%" PRIuS ", rate=%d",
70 codec.channels, codec.rate);
166 "pacsize=%d, rate=%d",
168 codec.pacsize, codec.rate);
H A Dvoe_codec_unittest.cc113 codec1.rate = 8000;
148 // Test modifying the |rate|.
149 codec2.rate = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
H A Dbefore_streaming_fixture.cc72 codec.rate = 64000;
/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;
H A Dcodec_test.cc38 codec_instance->rate = 15200;
40 codec_instance->rate = 13300;
57 EXPECT_EQ(64000, codec_instance_.rate);
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_cpu_test.cc62 isac.rate = -1;
H A Dvoe_output_test.cc46 void SetBitRate(int rate);
138 void OutputTest::SetBitRate(int rate) { argument
139 manager_.CodecPtr()->SetBitRate(channel_, rate);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc452 printf("%i. Set Opus maximum playback rate \n", option_index++);
454 printf("%i. Set bit rate (only take effect on codecs that allow the "
776 printf("\n Input maxium playback rate in Hz: ");
789 printf("Current bit rate is %i bps, set to: ", cinst.rate);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c650 int hostapd_rate_found(int *list, int rate) argument
658 if (list[i] == rate)
H A Dap_config.h708 int hostapd_rate_found(int *list, int rate);
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; local
45 if (rate == 60 || rate == 90 || rate > 110)
H A Dhostapd.h73 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
H A Dhw_features.c88 "Fetching hardware channel/rate support not "
188 wpa_printf(MSG_ERROR, "Failed to allocate memory for rate "
194 struct hostapd_rate_data *rate; local
201 rate = &iface->current_rates[iface->num_rates];
202 rate->rate = mode->rates[i];
203 if (hostapd_rate_found(basic_rates, rate->rate)) {
204 rate->flags |= HOSTAPD_RATE_BASIC;
207 wpa_printf(MSG_DEBUG, "RATE[%d] rate
[all...]
H A Dieee802_11.c72 *pos = hapd->iface->current_rates[i].rate / 5;
116 *pos = hapd->iface->current_rates[i].rate / 5;
H A Dieee802_1x.c291 u8 rate = 0; local
294 if ((sta->supported_rates[i] & 0x7f) > rate)
295 rate = sta->supported_rates[i] & 0x7f;
297 return rate;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c1037 static int is_11b(u8 rate) argument
1039 return rate == 0x02 || rate == 0x04 || rate == 0x0b || rate == 0x16;
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c650 int hostapd_rate_found(int *list, int rate) argument
658 if (list[i] == rate)
H A Dap_config.h708 int hostapd_rate_found(int *list, int rate);
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; local
45 if (rate == 60 || rate == 90 || rate > 110)

Completed in 558 milliseconds

1234567891011>>