HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 326 - 350 of 926) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_audio.h 86 uint32_t rate) const;
rtp_sender_audio.h 33 uint32_t rate,
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 62 isac.rate = -1;
  /frameworks/av/include/media/
Visualizer.h 44 * callback function by use of the setCaptureCallBack() method. The rate at which the callback
82 // maximum capture rate in millihertz
96 // install a callback to receive periodic captures. The capture rate is specified in milliHertz
98 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate);
106 // returns the capture rate indicated when installing the callback
109 // returns the sampling rate of the audio being captured
  /frameworks/base/media/java/android/media/
SoundPool.java 68 * <p>The playback rate can also be changed. A playback rate of 1.0 causes
70 * to the hardware output frequency). A playback rate of 2.0 causes the
71 * sound to play at twice its original frequency, and a playback rate of
73 * rate range is 0.5 to 2.0.</p>
98 * adjusting the playback rate in real-time for doppler or synthesis
147 * @param srcQuality the sample-rate converter quality. Currently has no
321 * The playback rate allows the application to vary the playback
322 * rate (pitch) of the sound. A value of 1.0 means play back at
331 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 71 jfloat rate)
76 return (jint) ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate);
156 jfloat rate)
161 ap->setRate(channelID, (float) rate);
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 75 SLpermille rate, SLuint32 constraints);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.h 40 unsigned int qstep, int *rate,
  /hardware/intel/common/utils/ISV/include/
isv_profile.h 56 FRC_RATE rate; member in struct:_ISVFRCRate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 */
114 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
124 * Define the object entry for external PCM rate-converter plugins
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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 */
114 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
124 * Define the object entry for external PCM rate-converter plugins
  /prebuilts/gdb/darwin-x86/lib/python2.7/
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /prebuilts/gdb/linux-x86/lib/python2.7/
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /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/libdrm/tests/
dristat.c 194 double rate; local
226 rate = (curr.data[j].value - prev.data[j].value) / (double)i;
227 printhuman(rate, curr.data[j].mult_names, curr.data[j].mult);
  /external/libnl/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) */
  /external/libvorbis/lib/
bitrate.c 36 long ratesamples=vi->rate;
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice=rint(bm->avgfloat+= slew/vi->rate*samples);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 39 uint32_t rate; member in struct:webrtc::AudioPayload
214 const uint32_t rate) = 0;
337 const uint32_t rate) override {
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 38 codec_instance->rate = 15200;
40 codec_instance->rate = 13300;
57 EXPECT_EQ(64000, codec_instance_.rate);

Completed in 1877 milliseconds

<<11121314151617181920>>