/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 149 buildSlider(panel, "Refresh Rate:", "1s", "40s", 1, 40, 5, 1).addChangeListener( 152 int rate = ((JSlider) event.getSource()).getValue() * 1000; 153 timer.setDelay(rate);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver_Tx.c | 127 UINT8 aTxRateClassId, /* Tx rate class ID defined in txRatePolicy.*/ 129 /* (highest) rate to use. */ 192 pPktCtrlBlk->txDescriptor.rate = aMaxTransmitRate;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalCtrl.c | 4219 rate_e rate; local [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
pvamrwbdecoder.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 968 * phase dispersion to enhance noise in low bit rate 974 j = 0; /* high dispersion for rate <= 7.5 kbit/s */ 978 j = 1; /* low dispersion for rate <= 9.6 kbit/s */ 982 j = 2; /* no dispersion for rate > 9.6 kbit/s */ [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_xmf.c | 412 * Sets the playback rate of the underlying SMF file 417 * rate - rate (28-bit fraction) 440 * rate - rate (28-bit fraction)
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 968 * phase dispersion to enhance noise in low bit rate 974 j = 0; /* high dispersion for rate <= 7.5 kbit/s */ 978 j = 1; /* low dispersion for rate <= 9.6 kbit/s */ 982 j = 2; /* no dispersion for rate > 9.6 kbit/s */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
g_tester.c | 509 P_BUFFER_GET_UINT32(data_string, parms[4].value); /*Probe Request Rate*/ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/ |
rx.c | [all...] |
/external/tremolo/Tremolo/ |
vorbisfile.c | 918 ret=(long)(vf->bittrack/vf->samptrack*vf->vi.rate); 988 return ((ogg_int64_t)vf->pcmlengths[i*2+1])*1000/vf->vi.rate; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 204 /* splitting values for Sample rate and bit rate */ 205 pComponentPrivate->ulSamplingRate = (OMX_U16)pComponentPrivate->aacParams[OUTPUT_PORT]->nSampleRate; /*Sampling rate*/ 207 pComponentPrivate->unBitrate = pComponentPrivate->aacParams[OUTPUT_PORT]->nBitRate; /*Bit rate 2bytes*/ 250 arr[10] = pComponentPrivate->ulSamplingRate; /*Sampling rate- Lower bits*/ 251 arr[11] = HigherBitsSamplingRate; /*Sampling rate -Higher bits */ 252 arr[12] = (OMX_U16)(pComponentPrivate->unBitrate & 0xFFFF); /*Bit rate 2bytes*/ 253 arr[13] = (OMX_U16)(pComponentPrivate->unBitrate >> 16); /*Bit rate 2bytes*/ 289 arr[10] = pComponentPrivate->ulSamplingRate; /*Sampling rate- Lower bits*/ 290 arr[11] = HigherBitsSamplingRate; /*Sampling rate -Higher bits * [all...] |
/external/bluetooth/bluez/tools/ |
csr.c | 652 return "Transmit gain ramp rate"; 918 return "UART Baud rate"; 976 return "UART Baud rate (pre 18)"; [all...] |
/external/opencore/engines/player/src/ |
pv_player_engine.cpp | 5970 int32 rate = aCmd.GetParam(0).int32_value; local 6218 int32* rate = aCmd.GetParam(0).pInt32_value; local [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
motion_est.cpp | 259 int totalSAD = 0; /* average SAD for rate control */ 319 /* do not try to detect a new scene if low frame rate and too close to previous I-frame */ [all...] |
/external/opencore/doc/pv2way_html/ |
classH324MConfigInterface.html | 364 This API allows the user to send a videoTemporalSpatialTradeOff command to the peer. It is a request to the remote encoder to adjust its encoding in accordance with the tradeoff value. A value of 0 indicates a high spatial resolution and a value of 31 indicates a high frame rate. The values from 0 to 31 indicate monotonically a higher frame rate. Actual values do not correspond to precise values of spatial resolution or frame rate. </td> 408 This API allows the user to send a videoTemporalSpatialTradeOff command to the peer. It is an indication to the remote decoder that the local encoder has adjusted its encoding parameters according to the tradeoff value. A value of 0 indicates a high spatial resolution and a value of 31 indicates a high frame rate. The values from 0 to 31 indicate monotonically a higher frame rate. Actual values do not correspond to precise values of spatial resolution or frame rate. </td> [all...] |
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 587 LOGW("getInputBufferSize bad sample rate: %d", sampleRate); 1781 uint32_t rate = hw->getInputSampleRate(*pRate); local [all...] |
/system/wlan/ti/wilink_6_1/utils/ |
CmdInterfaceCodes.h | 266 SITE_MGR_DESIRED_SUPPORTED_RATE_SET_PARAM = SET_BIT | GET_BIT | SITE_MGR_MODULE_PARAM | 0x05, /**< Site Manager Desired Supported Rate Set Parameter (Site Manager Module Set/Get Command):\n 267 * Used for Setting/Getting Desired Supported Rate to/from OS abstraction layer\n 372 SITE_MGR_CURRENT_TX_RATE_PARAM = GET_BIT | SITE_MGR_MODULE_PARAM | 0x32, /**< Site Manager Current TX Rate Parameter (Site Manager Module Get Command): \n 373 * Used for Getting Current TX Rate from OS abstraction layer\n 445 SITE_MGR_CURRENT_RX_RATE_PARAM = GET_BIT | SITE_MGR_MODULE_PARAM | 0x42, /**< Site Manager Current RX Rate Parameter (Site Manager Module Get Command): \n 446 * Used for Getting Current RX Rate from OS abstraction layer\n [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_adts_header.cpp | 425 * '10' AAC_SSR (Scaleable Sampling Rate) profile 629 * rate encoders, since buffer fullness does not apply 630 * to Variable Bit Rate (VBR) encoders.
|
/external/opencore/protocols/sdp/parser/src/ |
sessioninfoparser.cpp | 1604 OsclFloat rate; local [all...] |
/external/ppp/pppd/ |
tty.c | 172 "Baud rate for serial port", 233 "Maximum data rate in bytes/sec (with pty, notty or record option)", 259 * setspeed - Set the serial port baud rate. [all...] |
/frameworks/base/media/libstagefright/ |
MPEG4Extractor.cpp | 761 printf("*** coding='%s' %d channels, size %d, rate %d\n", 935 // setup of sample rate and channel count for MPEG4 Audio. [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_adts_header.cpp | 425 * '10' AAC_SSR (Scaleable Sampling Rate) profile 629 * rate encoders, since buffer fullness does not apply 630 * to Variable Bit Rate (VBR) encoders.
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
trafficAdmControl.c | [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
trafficAdmControl.c | [all...] |
/bionic/libc/netbsd/isc/ |
ev_timers.c | 279 if (strcmp(param, "rate") == 0)
|
/development/simulator/app/ |
PhoneData.h | 121 // display refresh rate, in fps
|