/external/opencv/cv/src/ |
_cv.h | 103 double *rate; member in struct:CvPyramid
|
/external/quake/quake/src/QW/client/ |
net.h | 76 double rate; // seconds / byte member in struct:__anon11608
|
/external/speex/include/speex/ |
speex_echo.h | 49 /** Set sampling rate */ 51 /** Get sampling rate */ 143 * @param rate Sampling rate 147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size);
|
/external/svox/pico/compat/include/ |
TtsEngine.h | 30 #define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate" 59 // @param [in] uint32_t - Track sampling rate in Hz 166 // @param[inout] rate in: the desired audio sample rate 167 // out: the sample rate used by the TTS engine 171 virtual tts_result setAudioFormat(tts_audio_format& encoding, uint32_t& rate, 222 // o rate,
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.h | 97 virtual float rate() const;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovie.h | 83 float rate() const;
|
/external/webrtc/src/common_audio/vad/ |
vad_unittest.cc | 39 // Returns true if the rate and frame length combination is valid. 40 bool ValidRatesAndFrameLengths(int16_t rate, int16_t frame_length) { 41 if (rate == 8000) { 46 } else if (rate == 16000) { 52 if (rate == 32000) { 135 // Invalid sampling rate 142 // Loop through sampling rate and frame length combinations
|
/external/webrtc/src/modules/audio_processing/ |
audio_processing_impl.h | 61 virtual int set_sample_rate_hz(int rate);
|
audio_processing_impl.cc | 185 int AudioProcessingImpl::set_sample_rate_hz(int rate) { 187 if (rate != kSampleRate8kHz && 188 rate != kSampleRate16kHz && 189 rate != kSampleRate32kHz) { 193 sample_rate_hz_ = rate; 194 samples_per_channel_ = rate / 100;
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrv_API.h | 239 * \sets the rate as got from user else sets default value.\n 244 * 2) TI_UINT16 - desierd rate .\n 248 void powerSrv_SetRateModulation(TI_HANDLE hPowerSrv, TI_UINT16 rate); 269 * \return the rate as it was seted by powerSrv_SetRateModulation.\n 274 * Return Value: TI_UINT16 - desierd rate .\n
|
MacServices.c | 357 void MacServices_powerSrv_SetRateModulation(TI_HANDLE hMacServices, TI_UINT16 rate) 361 powerSrv_SetRateModulation( pMacServices->hPowerSrv, rate);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConn.h | 65 ERate rate; member in union:__anon19162 94 /* Called by Current BSS, Rate Adaptation, RSN and other modules generating roaming events */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 37 void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
|
/external/wpa_supplicant_8/src/ap/ |
hw_features.c | 60 "Fetching hardware channel/rate support not " 143 wpa_printf(MSG_ERROR, "Failed to allocate memory for rate " 149 struct hostapd_rate_data *rate; local 156 rate = &iface->current_rates[iface->num_rates]; 157 rate->rate = mode->rates[i]; 158 if (hostapd_rate_found(basic_rates, rate->rate)) { 159 rate->flags |= HOSTAPD_RATE_BASIC; 162 wpa_printf(MSG_DEBUG, "RATE[%d] rate=%d flags=0x%x" [all...] |
/external/speex/libspeex/ |
scal.c | 58 int rate; member in struct:SpeexDecorrState_ 81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) 85 st->rate = rate; 89 st->psy = vorbis_psy_init(rate, 2*frame_size);
|
/frameworks/av/media/libmedia/ |
Visualizer.cpp | 91 status_t Visualizer::setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate) 93 if (rate > CAPTURE_RATE_MAX) { 110 mCaptureRate = rate; 117 mCaptureThread = new CaptureThread(*this, rate, ((flags & CAPTURE_CALL_JAVA) != 0)); 119 ALOGV("setCaptureCallBack() rate: %d thread %p flags 0x%08x", 120 rate, mCaptureThread.get(), mCaptureFlags);
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
Ctrl.c | 52 #include "rate.h" 186 ctrlData_updateTxRateAttributes(hCtrlData); /* Update TxCtrl module with rate change.*/ 372 /* 2. Incase there are no mutual rates: ignor Policy Rate Settings (use only AP Rates) */ 388 * DESCRIPTION: This function sets rate fallback policies to be configured to FW 410 /* 1. If a special rate set is defined for this AC, use its related policy */ 427 TRACE2(pCtrlData->hReport, REPORT_SEVERITY_INFORMATION, "ctrlData_setTxRatePolicies: AC %d, rate-policy 0x%x", ac, uEnabledHwRatesMask); 436 /* Add a specific policy for management packets, which uses only the lowest supported rate */ 451 TRACE1(pCtrlData->hReport, REPORT_SEVERITY_INFORMATION, "ctrlData_setTxRatePolicies: num of Rate policies: %d\n", fwPolicyID); 490 ctrlData_updateTxRateAttributes(hCtrlData); /* Update the TxCtrl module with rate changes. */ 519 ctrlData_updateTxRateAttributes(hCtrlData); /* Update the TxCtrl module with rate changes. * 660 ERate rate; local [all...] |
/external/svox/pico/tts/ |
svox_ssml_parser.cpp | 322 else if (strcmp(element, "prosody") == 0) /* only pitch, rate and volume attributes are supported */ 369 else if (strcmp(attributes[i], "rate") == 0) 382 char* rate = new char[17 + strlen(svoxrate)]; local 383 if (!rate) 388 sprintf(rate, "<speed level='%s'>", svoxrate); 389 if (strlen(m_data) + strlen(rate) + 1 > (size_t)m_datasize) 397 strcat(m_data, rate); 410 delete [] rate; 662 Converts SSML rate labels to SVOX speed levels
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PathOpenVG.cpp | 255 double rate = span / d01; local 256 FloatPoint startPoint = FloatPoint(point1.x() + v01.width() * rate, 257 point1.y() + v01.height() * rate); 258 rate = span / d21; 259 FloatPoint endPoint = FloatPoint(point1.x() + v21.width() * rate, 260 point1.y() + v21.height() * rate);
|
/device/moto/wingray/taudio/ |
tctl.c | 168 cfg.rate = in_rate; 169 printf("setting audio-input config (stereo %d, rate %d)\n", cfg.stereo, cfg.rate);
|
/external/bluetooth/bluez/audio/ |
gstsbcparse.c | 53 "rate = (int) { 16000, 32000, 44100, 48000 }, " 143 parse->rate = -1; 211 self->rate = -1;
|
/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/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) { 97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
|
/external/webrtc/src/modules/audio_processing/interface/ |
audio_processing.h | 129 // Sets the sample |rate| in Hz for both the primary and reverse audio 131 virtual int set_sample_rate_hz(int rate) = 0; 270 // Provides the sampling rate of the audio devices. It is assumed the render 271 // and capture devices use the same nominal sample rate. Required if and only 273 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 269 * The playback rate allows the application to vary the playback 270 * rate (pitch) of the sound. A value of 1.0 means play back at 279 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0 [all...] |