/frameworks/base/media/java/android/media/ |
EncoderCapabilities.java | 35 * supported parameter range in: 72 * parameter range in:
|
SoundPool.java | 64 * rate range is 0.5 to 2.0.</p> 288 * @param leftVolume left volume value (range = 0.0 to 1.0) 289 * @param rightVolume right volume value (range = 0.0 to 1.0) 292 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0) 359 * value must be in the range of 0.0 to 1.0. If the stream does 363 * @param leftVolume left volume value (range = 0.0 to 1.0) 364 * @param rightVolume right volume value (range = 0.0 to 1.0) 404 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0)
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
tns_decode_coef.cpp | 69 The inputs and their range are defined in ISO/IEC 14496-3:1999(E) 73 Inputs: order = RANGE = 1-20 76 coef_res = RANGE = 0-1 79 lpc_coef = RANGE = -8 to 7 if coef_res = 1 compression OFF 224 * (with the modification that our coef_res has a range[0,1] 225 * The ISO code has a range of [3,4]) 244 * The range of coefs is limited to -4:3 if coef_res = 0 338 /* sin_result has a range of -0.999 to +0.999 in Q-31 */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
pow2.cpp | 82 exponent = Integer part whose valid range is: 0 <= value <= 30 (Word16) 83 fraction = Fractional part whose valid range is 0 <= value < 1 125 Word32 Pow2 ( // (o) : result (range: 0<=val<=0x7fffffff) 126 Word16 exponent, // (i) : Integer part. (range: 0<=val<=30) 127 Word16 fraction // (i) : Fractional part. (range: 0.0<=val<1.0) 176 Word32 Pow2( /* (o) : result (range: 0<=val<=0x7fffffff) */ 177 Word16 exponent, /* (i) : Integer part. (range: 0<=val<=30) */ 178 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) */
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaCellLocation.java | 36 * to 1296000, both values inclusive (corresponding to a range of -90 44 * to 2592000, both values inclusive (corresponding to a range of -180
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
GradientShader.java | 129 // remove the integer part to stay in the [0,1] range 157 // remove the integer part to stay in the [0,1] range
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 555 /** {@code >= 0;} start of annotated range (inclusive) */ 559 * {@code >= 0;} end of annotated range (exclusive); 570 * @param start {@code >= 0;} start of annotated range 571 * @param end {@code >= start;} end of annotated range (exclusive) or 584 * @param start {@code >= 0;} start of annotated range
|
/dalvik/libcore/luni/src/main/java/java/util/ |
EnumSet.java | 286 * Creates an enum set containing all the elements within the range defined 291 * the element used to define the beginning of the range. 293 * the element used to define the end of the range. 294 * @return an enum set with elements in the range from start to end. 300 public static <E extends Enum<E>> EnumSet<E> range(E start, E end) { method in class:EnumSet
|
TreeMap.java | [all...] |
/external/icu4c/i18n/ |
transreg.h | 275 * range, the result of getAvailableID(0) is returned. 279 * range, the result of getAvailableID(0) is returned. 295 * If index is out of range, result will be empty. 316 * If source is invalid or if index is out of range, result will 348 * index is out of range, result will be empty.
|
/external/iptables/extensions/ |
libipt_conntrack.c | 41 " value or range of values (inclusive)\n" 177 "expire min. range value `%llu' greater than max. " 178 "range value `%llu'", sinfo->expires_min, sinfo->expires_max); 180 "expire min. range value `%lu' greater than max. " 181 "range value `%lu'", sinfo->expires_min, sinfo->expires_max);
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_cache.cpp | 265 //keep track of the range of data in the cache that has been updated. 274 //cache has already been updated. Expand the updated range 358 //when seek is in current cache range, just update the 604 //write the updated data range. 610 //clear the updated data range.
|
/external/opencore/protocols/http_parcom/src/ |
http_parser_internal.h | 59 // HTTPContentInfoInternal object encapsulates content type/length/range infomation parsing happening 64 uint32 iContentRangeLeft; // for "Content-Range" 114 // range lengh = range right - range left
|
/external/stlport/test/eh/ |
test_insert.h | 186 // not found in input range, probably re-ordered from the orig 505 gTestController.SetCurrentTestName("range insertion"); 510 gTestController.SetCurrentTestName("range insertion at begin()"); 512 gTestController.SetCurrentTestName("range insertion at end()"); 515 gTestController.SetCurrentTestName("range insertion at random position");
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_wext.c | 1613 struct iw_range *range; local [all...] |
driver_nl80211.c | 1802 struct iw_range *range; local [all...] |
/frameworks/base/core/java/android/net/http/ |
Request.java | 76 // This will be used to set the Range field if we retry a connection. This 271 // restrict the range request to the servers claiming that they are 434 // set the "Range" header to indicate that the retry will continue 436 HttpLog.v("*** Request.reset() to range:" + mReceivedBytes); 437 mHttpRequest.setHeader("Range", "bytes=" + mReceivedBytes + "-");
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
ComposingText.java | 117 * Convert the range of segments to a string. 120 * @param from Convert range from 121 * @param to Convert range to 301 * Replace segments at the range specified. 328 * Replace segments at the range specified.
|
/external/wpa_supplicant/ |
driver_wext.c | 1533 struct iw_range *range; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 25 * parameter range checking, exposed fields. Note that in typical 816 * @return true if the specified range of characters are all whitespace, 819 * CURRENTLY DOES NOT CHECK FOR OUT-OF-RANGE. 821 * @param start Offset of first character in the range. 857 * @param start Offset of first character in the range. 859 * @return a new String object initialized from the specified range of 880 * @param start Offset of first character in the range. 959 * Sends the specified range of characters as one or more SAX characters() 972 * @param start Offset of first character in the range. 1015 * Sends the specified range of characters as one or more SAX characters( [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 71 Characters in the range: 72 00000000 to 01111111 (ASCII Range) 81 == 0xC0 ) { /* see if those 3 bits are 110. If so, the char is in this range */ 83 Characters in the range: 93 == 0xE0) { /* see if those 4 bits are 1110. If so, the char is in this range */ 95 Characters in the range: 105 == 0xF0) { /* see if those 5 bits are 11110. If so, the char is in this range */ 107 Characters in the range: 117 == 0xF8) { /* see if those 6 bits are 111110. If so, the char is in this range */ 119 Characters in the range [all...] |
/external/v8/src/ |
jsregexp.h | 242 static inline CharacterRange Range(uc16 from, uc16 to) { 262 // Whether a range list is in canonical form: Ranges ordered by from value, 265 // Convert range list to canonical form. The characters covered by the ranges 266 // will still be the same, but no character is in more than one range, and 273 // Takes two character range lists (representing character sets) in canonical 292 // Negate the contents of a character range in canonical form. 370 void AddRange(CharacterRange range, int value); 730 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success); 1171 Interval range() { return range_; } function in class:v8::internal::Trace::DeferredClearCaptures [all...] |
/external/bluetooth/bluez/include/bluetooth/ |
sdp_lib.h | 103 * Attributes are specified as a range 367 * SDP_ATTR_REQ_RANGE - 32bit identifier range 368 * The high-order 16bits is the start of range 369 * the low-order 16bits are the end of range 405 * SDP_ATTR_REQ_RANGE - 32bit identifier range 406 * The high-order 16bits is the start of range 407 * the low-order 16bits are the end of range
|
/external/icu4c/common/unicode/ |
uiter.h | 90 * iteration range. 113 * iteration range, or relative to the current position itself. 327 * to see if the iterator already reached the end of the iteration range. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 575 * within the range 0..length. 685 * within the range 0..length=rep->length().
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
enc_lag6.cpp | 99 T0_min -- Word16 -- minimum of search range 122 The pitch range is divided as follows: 127 For the range with fractions: 130 and for the integer only range 136 and the search range is relative to the lag in previous subframe. 138 t_min=t0-5 and t_max=t0+4 and the range is given by 189 Word16 T0_min, /* i : minimum of search range */
|