/external/opencore/protocols/sdp/parser/src/ |
sdp_parsing_utils.cpp | 151 StrPtrLen rate("rate="); 232 if (!oscl_strncmp(sptr, rate.c_str(), rate.length())) 234 sptr = sptr + rate.length();
|
/external/webkit/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 239 float oldRate = m_qtMovie->rate(); 281 return m_qtMovie->rate() == 0.0f; 322 void MediaPlayerPrivate::setRate(float rate) 326 m_qtMovie->setRate(rate); 681 // To eliminate preroll costs from our calculation, our frame rate calculation excludes
|
/hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 346 * \sets the rate as got from user else sets default value.\n 351 * 2) TI_UINT16 - desierd rate .\n 355 void MacServices_powerSrv_SetRateModulation(TI_HANDLE hMacServices, TI_UINT16 rate); 357 * \Return the alrweady seted rate.\n 362 * Return Value: TI_UINT16 - desierd rate .\n
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrlParams.c | 179 changed parameters (e.g. rate policy change). 256 minimumPHYRate - the min phy rate to send a packet of this UP 572 DESCRIPTION: Provide the last successfull data packet Tx rate. 632 DESCRIPTION: Update per AC the rate policy for Mgmnt packets or IBSS BCAST packets. 645 DESCRIPTION: Update per AC the rate policy for regular data packets (excluding IBSS BCAST packets). [all...] |
/packages/apps/Settings/src/com/android/settings/ |
TextToSpeechSettings.java | 262 // Default rate 267 // default rate setting not found, initialize it 504 // Default rate 512 Log.i(TAG, "TTS default rate is " + mDefaultRate); 514 Log.e(TAG, "could not persist default TTS rate setting", e); [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 36 import android.provider.Telephony.Mms.Rate; 55 static final String TABLE_RATE = "rate"; 427 long now = values.getAsLong(Rate.SENT_TIME); 430 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/ |
MacServices_api.h | 373 * \sets the rate as got from user else sets default value.\n 378 * 2) UINT16 - desierd rate .\n 382 void MacServices_powerSrv_SetRateModulation(TI_HANDLE hMacServices, UINT16 rate); 384 * \Return the alrweady seted rate.\n 389 * Return Value: UINT16 - desierd rate .\n
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/ |
PowerSrvSM.c | 364 Null packet rate : 2,5.5 M 497 DESCRIPTION: This function sets the Rate Modulation 501 - rateModulation - desired rate 516 DESCRIPTION: This function sets the Rate Modulation 522 RETURN: - desired rate [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 346 * \sets the rate as got from user else sets default value.\n 351 * 2) TI_UINT16 - desierd rate .\n 355 void MacServices_powerSrv_SetRateModulation(TI_HANDLE hMacServices, TI_UINT16 rate); 357 * \Return the alrweady seted rate.\n 362 * Return Value: TI_UINT16 - desierd rate .\n
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txCtrlParams.c | 179 changed parameters (e.g. rate policy change). 261 minimumPHYRate - the min phy rate to send a packet of this UP 563 DESCRIPTION: Provide the last successfull data packet Tx rate. 623 DESCRIPTION: Update per AC the rate policy for Mgmnt packets or IBSS BCAST packets. 636 DESCRIPTION: Update per AC the rate policy for regular data packets (excluding IBSS BCAST packets). [all...] |
/bionic/libc/include/net/ |
if_types.h | 139 #define IFT_RADSL 0x5f /* Rate-Adapt. Digital Subscriber Loop*/ 187 #define IFT_MSDSL 0x8f /* Multi-rate Symmetric DSL */ 212 #define IFT_HDSL2 0xa8 /* High Bit-Rate DSL, 2nd gen. */
|
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 312 * set the rate for SOFT lifetime against HARD one. 313 * If rate is more than 100 or equal to zero, then set to 100. 321 pfkey_set_softrate(type, rate) 322 u_int type, rate; 326 if (rate > 100 || rate == 0) 327 rate = 100; 331 soft_lifetime_allocations_rate = rate; 334 soft_lifetime_bytes_rate = rate; 337 soft_lifetime_addtime_rate = rate; [all...] |
/external/opencore/android/ |
android_audio_output.cpp | 31 // TODO: dynamic buffer count based on sample rate and # channels 357 LOGE("channel count or sample rate is invalid"); 361 LOGV("Creating AudioTrack object: rate=%d, channels=%d, buffers=%d", iAudioSamplingRate, iAudioNumChannels, kNumOutputBuffers);
|
/external/opencore/codecs_v2/audio/aac/dec/include/ |
e_tmp4audioobjecttype.h | 71 MP4AUDIO_AAC_SSR = 3, /* SSR = Scalable Sampling Rate */ 74 MP4AUDIO_AAC_SCALABLE = 6, /* scales both bitrate and sampling rate */ 75 MP4AUDIO_TWINVQ = 7, /* low bit rate */
|
/external/opencore/fileformats/mp3/parser/src/ |
mp3parser.cpp | 192 * FrameRate Index Table 10 * sample rate / samples per frame 644 // Calculate the sampling rate and samples per frame. [all...] |
/external/svox/pico/lib/ |
picoos.h | 392 the encoding 'enc' of the file, sampling rate 'sf', 397 acoustic input using the sampling rate specified by 406 For wav and au files, the sampling rate and encoding are taken
|
/external/tremolo/Tremolo/ |
floor0.c | 372 info->rate=oggpack_read(opb,16); 379 if(info->rate<1)goto err_out; 442 info->rate>>1);
|
/external/webkit/WebCore/loader/ |
DocLoader.cpp | 529 printf("SCRIPTS: %d (%d hits, hit rate %d%%)\n", scripts, scripts - scriptMisses, (scripts - scriptMisses) * 100 / scripts); 531 printf("STYLESHEETS: %d (%d hits, hit rate %d%%)\n", stylesheets, stylesheets - stylesheetMisses, (stylesheets - stylesheetMisses) * 100 / stylesheets); 533 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images);
|
/frameworks/base/include/media/ |
AudioSystem.h | 58 // bit rate, stereo mode, version... 433 // list of output descritor containing cached parameters (sampling rate, framecount, channel count...) 448 // keySamplingRate: to change sampling rate routing, value is an int
|
/frameworks/base/media/libmediaplayerservice/ |
VorbisPlayer.cpp | 386 LOGV("Create AudioTrack object: rate=%ld, channels=%d\n", 387 vi->rate, vi->channels); 388 if (mAudioSink->open(vi->rate, vi->channels, AudioSystem::PCM_16_BIT, DEFAULT_AUDIOSINK_BUFFERCOUNT) != NO_ERROR) {
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
e_tmp4audioobjecttype.h | 71 MP4AUDIO_AAC_SSR = 3, /* SSR = Scalable Sampling Rate */ 74 MP4AUDIO_AAC_SCALABLE = 6, /* scales both bitrate and sampling rate */ 75 MP4AUDIO_TWINVQ = 7, /* low bit rate */
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 104 /* 3 */ ROAMING_TRIGGER_LOW_TX_RATE, /**< Low TX rate */ 105 /* 4 */ ROAMING_TRIGGER_LOW_SNR, /**< Low SNR rate */ 193 OS_802_11_RATES_EX rateMask; /**< An array of 16 octets. Each octet contains a preferred data rate in units of 0.5 Mbps */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_types.h | 139 #define IFT_RADSL 0x5f /* Rate-Adapt. Digital Subscriber Loop*/ 187 #define IFT_MSDSL 0x8f /* Multi-rate Symmetric DSL */ 212 #define IFT_HDSL2 0xa8 /* High Bit-Rate DSL, 2nd gen. */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_types.h | 139 #define IFT_RADSL 0x5f /* Rate-Adapt. Digital Subscriber Loop*/ 187 #define IFT_MSDSL 0x8f /* Multi-rate Symmetric DSL */ 212 #define IFT_HDSL2 0xa8 /* High Bit-Rate DSL, 2nd gen. */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_types.h | 139 #define IFT_RADSL 0x5f /* Rate-Adapt. Digital Subscriber Loop*/ 187 #define IFT_MSDSL 0x8f /* Multi-rate Symmetric DSL */ 212 #define IFT_HDSL2 0xa8 /* High Bit-Rate DSL, 2nd gen. */
|