HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/esd/include/
esd.h 22 /* default sample rate for the EsounD server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
201 int rate; \/* sample rate *\/ member in struct:esd_server_info
212 int rate; \/* sample rate *\/ member in struct:esd_player_info
227 int rate; \/* sample rate *\/ member in struct:esd_sample_info
    [all...]
  /external/libvpx/vp8/encoder/
encodeframe.c 1153 int rate = 0; local
1236 int rate; local
    [all...]
pickinter.c 177 int rate; local
194 rate = mode_costs[mode];
197 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
201 *bestrate = rate;
215 int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb, int *Rate, int *best_dist)
250 *Rate = cost;
433 int rate; local
637 vp8_pick_intra4x4mby_modes(IF_RTCD(&cpi->rtcd), x, &rate, &distortion2);
638 rate2 += rate;
  /external/qemu/audio/
audio_int.h 116 void *rate; member in struct:SWVoiceOut
132 void *rate; member in struct:SWVoiceIn
  /external/quake/quake/src/QW/server/
sv_user.c 1007 int rate; local
1011 SV_ClientPrintf (host_client, PRINT_HIGH, "Current rate is %i\n",
1012 (int)(1.0/host_client->netchan.rate + 0.5));
1016 rate = atoi(Cmd_Argv(1));
1017 if (rate < 500)
1018 rate = 500;
1019 if (rate > 10000)
1020 rate = 10000;
1022 SV_ClientPrintf (host_client, PRINT_HIGH, "Net rate set to %i\n", rate);
    [all...]
  /external/speex/libspeex/
nb_celp.c 494 spx_int32_t rate; local
495 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &rate);
496 if (rate > st->vbr_max)
498 rate = st->vbr_max;
499 speex_encoder_ctl(state, SPEEX_SET_BITRATE, &rate);
583 /*If we use low bit-rate pitch mode, transmit open-loop pitch*/
766 /* Low bit-rate pitch handling */
1618 spx_int32_t rate, target; local
1672 spx_int32_t rate, target; local
    [all...]
preprocess.c 185 int sampling_rate; /**< Sampling rate of the input/output */
575 float rate; local
586 /*rate=2.0f*Pframe*Pframe/(1+st->nb_loudness_adapt);*/
587 rate = .03*Pframe*Pframe;
588 st->loudness = (1-rate)*st->loudness + (rate)*pow(AMP_SCALE*loudness, LOUDNESS_EXP);
589 st->loudness_accum = (1-rate)*st->loudness_accum + rate;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 426 double rate = static_cast<double>(bmpWidth) / origSourceSize.width(); local
427 double temp = tileRect.width() * rate;
428 tileRect.setX(tileRect.x() * rate);
430 temp = tileRect.height() * rate;
431 tileRect.setY(tileRect.y() * rate);
  /external/wpa_supplicant_8/src/ap/
hostapd.h 41 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
ieee802_1x.c 415 u8 rate = 0; local
418 if ((sta->supported_rates[i] & 0x7f) > rate)
419 rate = sta->supported_rates[i] & 0x7f;
421 return rate;
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 95 float rightVolume, int priority, int loop, float rate);
102 float rate() { return mRate; } function in class:android::SoundEvent
124 int priority, int loop, float rate);
133 void setRate(float rate);
171 int loop, float rate);
180 void setRate(int channelID, float rate);
  /hardware/msm7k/libaudio/
AudioHardware.cpp 800 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
891 uint32_t rate = hw->getInputSampleRate(*pRate); local
892 if (rate != *pRate) {
893 *pRate = rate;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 22 /* default sample rate for the EsounD server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
201 int rate; \/* sample rate *\/ member in struct:esd_server_info
212 int rate; \/* sample rate *\/ member in struct:esd_player_info
227 int rate; \/* sample rate *\/ member in struct:esd_sample_info
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-3/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 555 LOGW("getInputBufferSize bad sample rate: %d", sampleRate);
784 rate : AUDIO_HW_OUT_SAMPLERATE,
1466 uint32_t rate = AudioHardware::getInputSampleRate(*pRate); local
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 109 "clock-rate = (int) { 16000, 32000, "
116 "clock-rate = (int) 90000; "
121 "clock-rate = (int) 90000, "
324 gint rate, subbands, blocks; local
336 value = gst_structure_get_value(structure, "rate");
337 rate = g_value_get_int(value);
338 if (rate == 44100)
340 else if (rate == 48000)
342 else if (rate == 32000)
344 else if (rate == 16000
1528 gint rate, layer; local
    [all...]
liba2dp.c 147 int rate; member in struct:bluetooth_data
362 switch (data->rate) {
376 ERR("Rate %d not supported", data->rate);
1108 int a2dp_init(int rate, int channels, a2dpData* dataPtr)
1114 DBG("a2dp_init rate: %d channels: %d", rate, channels);
1127 data->rate = rate;
pcm_bluetooth.c 114 uint16_t rate; member in struct:bluetooth_alsa_config
181 period_time = 1000000.0 * data->io.period_size / data->io.rate;
531 unsigned int max_bitpool, min_bitpool, rate, channels; local
534 snd_pcm_hw_params_get_rate(params, &rate, &dir);
537 switch (rate) {
551 DBG("Rate %d not supported", rate);
1251 /* supported rate */
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 606 uint8_t rate = LMP_U8(frm); local
609 printf("data rate 0x%2.2x\n", rate);
614 printf("%suse FEC, ", rate & 0x01 ? "do not " : "");
616 switch ((rate >> 1) & 0x03) {
634 switch ((rate >> 3) & 0x03) {
649 switch ((rate >> 5) & 0x03) {
  /external/kernel-headers/original/linux/
fd.h 25 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
28 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
29 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
33 spec1, /* stepping rate, head unload time */
126 unsigned long max_dtr; /* Step rate, usec */
130 unsigned long srt; /* Step rate, usec */
351 unsigned char rate; member in struct:floppy_raw_cmd
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvproto.h 88 xvRational rate; member in struct:__anon9688
  /external/quake/quake/src/QW/client/
cl_main.c 77 cvar_t rate = CVAR4("rate","2500", true, true); variable
1061 Info_SetValueForKey (cls.userinfo, "rate", "2500", MAX_INFO_STRING);
1125 Cvar_RegisterVariable (&rate);
1285 fps = max(30.0, min(rate.value/80.0, 72.0));
1320 fps = max(30.0, min(rate.value/80.0, 72.0));
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 55 /* speaking rate */
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
114 int picoProp_currRate = PICO_DEF_RATE; /* current rate */
539 if (picoProp_currRate != PICO_DEF_RATE) { /* non-default rate */
1313 int rate; local
    [all...]
  /external/tcpdump/
ieee802_11.h 158 u_int8_t rate[16]; member in struct:rates_t

Completed in 351 milliseconds

1 2 34 5 6 7