/external/speex/libspeex/ |
vbr.c | 115 -Temporal masking: when energy slope is decreasing, decrease the bit-rate 117 -Decrease bit-rate for males (low pitch)?
|
/external/srec/srec/EventLog/include/ |
SR_EventLog.h | 212 * @param sample_rate Sampling rate 334 * @param sample_rate Sampling rate
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/ |
main.m | 241 if ([obj->movie rate] == 0) 283 if ([obj->movie rate])
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormatResources.properties | 50 BitRate=The estimated bit rate of the compression scheme 51 BitRate/value=The estimated bit rate of the compression scheme
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 297 public static final String KEY_PARAM_RATE = "rate"; 974 int rate = (int)(speechRate*100); local [all...] |
/frameworks/base/include/media/ |
AudioRecord.h | 116 * sampleRate: Track sampling rate in Hz. 209 /* get sample rate for this record track
|
/frameworks/base/libs/audioflinger/ |
AudioHardwareGeneric.cpp | 250 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate()); 358 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 45 /** return audio sampling rate in hz - eg. 44100 */ 116 /** return audio sampling rate in hz - eg. 44100 */
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
rx.c | 51 #include "rate.h" [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterApiC.h | 271 Desc: This function retrieves the desired transmission rate for the adapter. 274 transmission rate 283 Desc: This function retrieves the current transmission rate for the 284 adapter. The adapter may change the desired rate if using AUTO rate. 287 transmission rate 624 Desc: Sets the 802.11g extended rate protection (ERP) configuration of 640 Desc: Returns the 802.11g extended rate protection (ERP) configuration of [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ |
MacServices.c | 344 void MacServices_powerSrv_SetRateModulation(TI_HANDLE hMacServices, UINT16 rate) 347 powerSrv_SetRateModulation( pMacServices->hPowerSrv, rate);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/ |
DataCtrl_Api.h | 157 rate_e Rate; 180 UINT32 rate; member in struct:__anon13569
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
rx.c | 51 #include "rate.h" [all...] |
/external/opencore/doc/pvplayer_html/ |
classPVPlayerInterface.html | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 560 OMX_BOOL isValidCombination ; /* flag for bit rate and sample rate combination */ 911 OutputBufferSize = CalculateOutputBufferSize(atoi(argv[6]),atoi(argv[7]),FramesPerOutBuf); /*Sample frec, Bit rate , frames*/ 1019 /*Ensuring a valid Sample rate */ 1028 APP_EPRINT("%d :: APP: Incorrect Value for Sample Rate for AAC-HE -- AAC-HEv2 \n",__LINE__); 1040 APP_EPRINT("%d :: APP: Incorrect Value for Sample Rate for AAC-LC\n",__LINE__); 1046 /*Ensuring a valid Bit Rate */ 1049 APP_EPRINT("%d :: APP: Incorrect Value for Bit Rate \n",__LINE__); [all...] |
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriver.h | 251 the rate specified in the TNETW Tx descriptor before 252 falling back to the next lowest rate. 253 If this field is set to 0xff, then rate fallback is disabled. 256 #define TWD_RATE_FB_RETRY_LIMIT_MAX 255 /* =>0xff for disabling Rate fallback */ 413 /* Low Rx rate roaming trigger configuration */ 815 * \brief TX Rate Type [all...] |
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriver.h | 254 the rate specified in the TNETW Tx descriptor before 255 falling back to the next lowest rate. 256 If this field is set to 0xff, then rate fallback is disabled. 259 #define TWD_RATE_FB_RETRY_LIMIT_MAX 255 /* =>0xff for disabling Rate fallback */ 405 /* Low Rx rate roaming trigger configuration */ 804 * \brief TX Rate Type [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_infoele.h | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
cu_cmd.c | 97 static BOOL is_value_rate (tiUINT32 rate) 100 switch (rate) 121 static BOOL is_value_rate (tiUINT32 rate); 197 static char* rate2StrFunc(UINT32 rate) 203 if ( rate2Str[ i ].value == rate ) 459 static char *print_rate(rate_e rate) 463 if( rate == 0 ) 466 sprintf(buf, "%.3g Mbps (%u%s)", RATE_2_MBPS(rate), rate, 467 IS_BASIC_RATE(rate) ? " - basic" : "" ) [all...] |
/bionic/libc/kernel/common/linux/ |
pkt_cls.h | 119 struct tc_ratespec rate; member in struct:tc_police
|
/bootable/bootloader/legacy/include/msm7k/ |
dmov.h | 98 /* no client rate control ifc (eg, ram) */
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AccelerateDecelerateInterpolatorTest.java | 82 + " alpha from 0.0 to 1.0, the rate of changing alpha starts out slowly, then"
|
AccelerateInterpolatorTest.java | 89 + " 0.9, the rate of change alpha starts out slowly and then accelerates.",
|
DecelerateInterpolatorTest.java | 95 + " 1.0, the rate of change alpha starts out quickly and then decelerates.",
|
/development/tools/axl/ |
chewie.py | 173 "data rate: %s\n" % (1000 * byteCount / vals[-1][6])+ \
|