/external/bluetooth/bluez/audio/ |
gstsbcparse.c | 53 "rate = (int) { 16000, 32000, 44100, 48000 }, " 143 parse->rate = -1; 211 self->rate = -1;
|
gstrtpsbcpay.c | 82 "rate = (int) { 16000, 32000, 44100, 48000 }, " 97 "clock-rate = (int) { 16000, 32000, 44100, 48000 }," 129 gint rate, subbands, channels, blocks, bitpool; local 137 if (!gst_structure_get_int(structure, "rate", &rate)) 157 gst_basertppayload_set_options(payload, "audio", TRUE, "SBC", rate);
|
/external/libvpx/vp8/encoder/ |
rdopt.c | 225 // Extend rate multiplier along side quantizer zbin increases 542 int *Rate, 583 // rate 584 *Rate = vp8_rdcost_mby(mb); 612 int rate = 0; local 630 rate = bmode_costs[mode]; 641 rate += ratey; 644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion); 648 *bestrate = rate; 668 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate, 738 int rate, ratey; local 816 int rate; local 1043 int rate = 0; local 1742 int rate; local [all...] |
/external/webrtc/src/modules/audio_processing/main/interface/ |
audio_processing.h | 124 // Sets the sample |rate| in Hz for both the primary and reverse audio 126 virtual int set_sample_rate_hz(int rate) = 0; 268 // Provides the sampling rate of the audio devices. It is assumed the render 269 // and capture devices use the same nominal sample rate. Required if and only 271 virtual int set_device_sample_rate_hz(int rate) = 0;
|
/frameworks/base/media/java/android/media/ |
SoundPool.java | 59 * <p>The playback rate can also be changed. A playback rate of 1.0 causes 61 * to the hardware output frequency). A playback rate of 2.0 causes the 62 * sound to play at twice its original frequency, and a playback rate of 64 * rate range is 0.5 to 2.0.</p> 89 * adjusting the playback rate in real-time for doppler or synthesis 133 * @param srcQuality the sample-rate converter quality. Currently has no 271 * The playback rate allows the application to vary the playback 272 * rate (pitch) of the sound. A value of 1.0 means play back at 281 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0 [all...] |
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 128 double rate; /**< Sampling rate in Hz. */ member in struct:__anon7392
|
/external/quake/quake/src/QW/client/ |
sound.h | 81 int rate;
member in struct:__anon10279
|
snd_mem.c | 60 // resample / decimate to the current source rate 134 stepscale = (float)info.rate / shm->speed; 145 sc->speed = info.rate; 292 info.rate = GetLittleLong();
|
/external/webrtc/src/modules/audio_processing/main/source/ |
echo_cancellation_impl.cc | 203 int EchoCancellationImpl::set_device_sample_rate_hz(int rate) { 205 if (rate < 8000 || rate > 96000) { 209 device_sample_rate_hz_ = rate;
|
/external/wpa_supplicant_8/src/ap/ |
ap_list.c | 50 int rate = (ap->supported_rates[i] & 0x7f) * 5; local 51 if (rate == 60 || rate == 90 || rate > 110)
|
/frameworks/base/include/media/ |
Visualizer.h | 44 * callback function by use of the setCaptureCallBack() method. The rate at which the callback 81 // maximum capture rate in millihertz 95 // install a callback to receive periodic captures. The capture rate is specified in milliHertz 97 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate); 105 // returns the capture rate indicated when installing the callback 108 // returns the sampling rate of the audio being captured
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_extplug.h | 106 * rate hw parameter; filled after hw_params is caled 108 unsigned int rate; member in struct:snd_pcm_extplug
|
pcm_ioplug.h | 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */ 113 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
sample.h | 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no 64 * point trying to exceed the sample rate of the output device though as the 119 /** Maximum allowed sample rate */ 171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
|
/system/media/wilhelm/src/android/ |
AudioPlayer_to_android.h | 36 * SL_RESULT_CONTENT_UNSUPPORTED if a format is not supported (e.g. sample rate too high) 80 SLpermille rate, SLuint32 constraints);
|
/bionic/libc/kernel/common/linux/ |
pkt_sched.h | 61 __u32 rate; member in struct:tc_ratespec 107 struct tc_ratespec rate; member in struct:tc_tbf_qopt 218 struct tc_ratespec rate; member in struct:tc_htb_opt
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 59 __u32 rate; member in struct:tc_ratespec 78 struct tc_ratespec rate; member in struct:tc_tbf_qopt 184 struct tc_ratespec rate; member in struct:tc_htb_opt
|
/external/bluetooth/bluez/test/ |
ipctest.c | 99 uint32_t rate; member in struct:userdata 114 .rate = 48000, 379 uint32_t rate; member in struct:__anon1810 394 * sampling rate */ 396 if (freq_table[i].rate >= u->rate && 398 u->rate = freq_table[i].rate; 406 u->rate = freq_table[i].rate; [all...] |
/external/iproute2/include/linux/ |
pkt_sched.h | 38 __u32 bps; /* Current flow byte rate */ 39 __u32 pps; /* Current flow packet rate */ 82 __u32 rate; member in struct:tc_ratespec 133 struct tc_ratespec rate; member in struct:tc_tbf_qopt 256 struct tc_ratespec rate; member in struct:tc_htb_opt 287 __u32 giants; /* too big packets (rate will not be accurate) */
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 39 __u32 bps; /* Current flow byte rate */ 40 __u32 pps; /* Current flow packet rate */ 85 __u32 rate; member in struct:tc_ratespec 139 struct tc_ratespec rate; member in struct:tc_tbf_qopt 272 struct tc_ratespec rate; member in struct:tc_htb_opt 306 __u32 giants; /* too big packets (rate will not be accurate) */
|
/external/quake/quake/src/WinQuake/ |
snd_mem.cpp | 60 // resample / decimate to the current source rate 134 stepscale = (float)info.rate / shm->speed; 145 sc->speed = info.rate; 290 info.rate = GetLittleLong();
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
GStreamerGWorld.cpp | 147 gdouble rate; local 149 gst_query_parse_segment(query, &rate, &format, &startValue, &stopValue); 151 GstEvent* event = gst_event_new_new_segment(FALSE, rate, format, startValue, stopValue, position);
|
/frameworks/base/media/java/android/media/audiofx/ |
Visualizer.java | 51 * The rate at which the listener capture method is called as well as the type of data returned is 258 * Returns the maximum capture rate for the callback capture method. This is the maximum value 259 * for the rate parameter of the 261 * @return the maximum capture rate expressed in milliHertz 300 * Returns the sampling rate of the captured audio. 301 * @return the sampling rate in milliHertz. 337 * the sampling rate returned by {@link #getSamplingRate()}. The capture returns the real and 401 * @param samplingRate sampling rate of the audio visualized. 409 * @param samplingRate sampling rate of the audio visualized. 415 * Registers an OnDataCaptureListener interface and specifies the rate at which the captur [all...] |
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
VariableSpeed.java | 371 public void setVariableSpeed(float rate) { 379 VariableSpeedNative.setVariableSpeed(rate); 381 mCurrentPlaybackRate = rate;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pkt_sched.h | 37 __u32 bps; /* Current flow byte rate */ 38 __u32 pps; /* Current flow packet rate */ 83 __u32 rate; member in struct:tc_ratespec 117 struct tc_ratespec rate; member in struct:tc_tbf_qopt 245 struct tc_ratespec rate; member in struct:tc_htb_opt 279 __u32 giants; /* too big packets (rate will not be accurate) */
|