/external/srec/portable/include/ |
pmalloc.h | 68 _Cell *_Head; /* null, or lowest addressed free cell */
|
/external/webrtc/src/common_audio/vad/ |
vad_filterbank.h | 26 * This function removes DC from the lowest frequency band
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bitbuffer.c | 155 writeValue &= ~(0xffffffff << noBitsToWrite); // Mask out everything except the lowest noBitsToWrite bits
|
/frameworks/base/core/java/android/text/style/ |
DynamicDrawableSpan.java | 38 * lowest descender in the text.
|
/system/core/include/utils/ |
CallStack.h | 35 // Prune the lowest-most stack frames until we have at most MAX_DEPTH.
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket_unittest.cc | 146 LOWEST, 189 LOWEST, NULL, session_->transport_socket_pool(), 196 spdy_session_->CreateStream(url_, LOWEST, &spdy_stream_, BoundNetLog(), 310 net::ConvertRequestPriorityToSpdyPriority(LOWEST), 336 net::ConvertRequestPriorityToSpdyPriority(LOWEST), 366 LOWEST, 385 LOWEST, 403 LOWEST, [all...] |
/external/chromium_org/cc/resources/ |
prioritized_resource_manager.h | 152 // Compare backings. Lowest priority first. 166 // always have the lowest priority).
|
/external/chromium_org/net/spdy/ |
spdy_test_util_common.cc | [all...] |
spdy_proxy_client_socket_unittest.cc | 197 SPDY_BIDIRECTIONAL_STREAM, spdy_session_, url_, LOWEST, 322 LOWEST, spdy_util_.spdy_version()), 352 LOWEST, spdy_util_.spdy_version()), 385 LOWEST, 408 LOWEST, 432 LOWEST, 454 LOWEST, [all...] |
/external/chromium_org/ppapi/c/ |
ppb_image_data.h | 37 * the lowest address to the highest. For example, BGRA means the B component 38 * is stored in the lowest address, no matter what endianness the platform is
|
/external/kernel-headers/original/linux/ |
plist.h | 20 * priority from INT_MIN (highest) to INT_MAX (lowest). 68 * is lowest priority.
|
/external/aac/libSBRenc/src/ |
sbr_rom.cpp | 581 { CODEC_AAC, 24000, 36000, 32000, 1, 4, 4, 4, 4, 2, 0, 3, SBR_MONO, 3 }, /* lowest range */ 582 { CODEC_AAC, 36000, 60000, 32000, 1, 7, 7, 6, 6, 2, 0, 3, SBR_MONO, 2 }, /* lowest range */ 588 { CODEC_AAC, 24000, 36000, 44100, 1, 4, 4, 4, 4, 2, 0, 3, SBR_MONO, 3 }, /* lowest range (multichannel rear) */ 589 { CODEC_AAC, 36000, 60000, 44100, 1, 7, 7, 6, 6, 2, 0, 3, SBR_MONO, 2 }, /* lowest range (multichannel rear) */ 595 { CODEC_AAC, 32000, 36000, 48000, 1, 4, 4, 9, 9, 2, 0, 3, SBR_MONO, 3 }, /* lowest range (multichannel rear) */ [all...] |
/external/chromium_org/net/socket/ |
transport_client_socket_pool_unittest.cc | 652 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST)); 653 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST)); 657 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST)); 809 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST)); 818 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST)); 887 int rv = handle_->Init("a", dest, LOWEST, callback(), pool_, [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_cfg.c | 395 The SNIFF table entries must be in the order from highest latency (biggest interval) to lowest latency. 396 If there's a conflict among the connected services, the setting with lowest latency wins. 422 * the entries in this table must be from highest latency (biggest interval) to lowest latency */
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
demo.cc | 172 // The lowest-most negative integer needs special treatment. 191 // Output the next digit and (if necessary) compensate for the lowest-most 193 // matter the bit width of the integer, the lowest-most integer always ends
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-armv4.S | 332 vdup.8 d4,d28[0] @ broadcast lowest byte 362 vdup.8 d4,d28[0] @ broadcast lowest byte 371 vdup.8 d4,d28[0] @ broadcast lowest byte
|
/external/chromium_org/third_party/opus/src/silk/ |
PLC.c | 211 /* Find the subframe with lowest energy of the last two and use that as random noise generator */ 216 /* First sub-frame has lowest energy */ 219 /* Second sub-frame has lowest energy */
|
/external/libvorbis/doc/ |
03-codebook.tex | 206 lowest valued unused binary Huffman codeword possible. Assume the 220 Assigning codewords in order (lowest possible value of the appropriate 239 When determining 'lowest possible value' in the assignment definition
|
/external/llvm/include/llvm/Support/ |
ELF.h | [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-armv4.S | 332 vdup.8 d4,d28[0] @ broadcast lowest byte 362 vdup.8 d4,d28[0] @ broadcast lowest byte 371 vdup.8 d4,d28[0] @ broadcast lowest byte
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-path.h | 55 // The shortest path is the lowest weight path w.r.t. the natural 214 // The n-shortest paths are the n-lowest weight paths w.r.t. the 343 // The n-shortest paths are the n-lowest weight paths w.r.t. the
|
/external/chromium/googleurl/ |
README.txt | 77 The library is divided into four layers. They are listed here from the lowest 83 At the lowest level is the parsing code. The files encompasing this are
|
/external/chromium_org/chrome/common/extensions/api/ |
tts.json | 139 "description": "Speaking pitch between 0 and 2 inclusive, with 0 being lowest and 2 being highest. 1.0 corresponds to a voice's default pitch." 146 "description": "Speaking volume between 0 and 1 inclusive, with 0 being lowest and 1 being highest, with a default of 1.0."
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win.h | 81 // - Exclusive-mode should only be utilized when the lowest possible latency 87 // the lowest possible latencies we can achieve on this machine are:
|
/external/chromium_org/media/ffmpeg/ |
ffmpeg_unittest.cc | 336 // FFmpeg will attempt to use the lowest-index video stream, if present, 337 // followed by the lowest-index audio stream.
|