/prebuilts/go/darwin-x86/src/runtime/ |
signal_arm.go | 54 // Have to pass arguments out of band since
|
signal_windows.go | 75 // Have to pass arguments out of band since
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_arm.go | 54 // Have to pass arguments out of band since
|
signal_windows.go | 75 // Have to pass arguments out of band since
|
/system/bt/bta/dm/ |
bta_dm_main.c | 73 /* out of band pairing events */
|
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_enc_bit_alloc_mono.c | 51 SINT32 s32Sb; /*counter for sub-band*/
|
sbc_enc_bit_alloc_ste.c | 49 SINT32 s32Sb; /*counter for sub-band*/
|
sbc_packing.c | 62 SINT32 s32Sb; /* counter for sub-band*/
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
sh2a.d | 8 0x00000000 33 79 4f ff band.b #7,@\(4095,r3\)
|
/external/aac/libSBRdec/src/ |
sbrdecoder.cpp | 215 /* compare frequency band data */ 884 int band, isValidData = 0; local 894 for (band = 0; band < numBands; band += 1) { 895 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1)) 896 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) { [all...] |
psdec.h | 98 /* syntax. But IPD/OPD data is ignored and set to 0. If 34 stereo band config */ 263 UCHAR lastUsb; /*!< uppermost WMF delay band of last frame */
|
transcendent.h | 105 static inline FIXP_SGL FDK_getNumOctavesDiv8(INT a, /*!< lower band */ 106 INT b) /*!< upper band */
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
ns_core.c | [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | 130 # with IEEE 802.11n (HT), too, to specify band). For IEEE 802.11ac (VHT), this 132 # special value "any" can be used to indicate that any support band can be used. 168 # the commonly used 2.4 GHz band channels 1, 6, and 11 (which is the default 169 # behavior on 2.4 GHz band if no acs_chan_bias parameter is specified). 482 # Note: hw_mode=g (2.4 GHz) and hw_mode=a (5 GHz) is used to specify the band. 526 # to non-zero allows 2.4 GHz band AP to move dynamically to a 40 MHz channel if 536 # Note: hw_mode=a is used to specify that 5 GHz band is used with VHT. 669 # which is channel 42 in 5G band 675 # which is channel 159 in 5G band [all...] |
/external/aac/libAACdec/src/ |
conceal.cpp | 571 int pnsBand, band, group, win; local 627 for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++) 629 pnsBand = group * 16 + band; [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
isacfix.c | 439 * This function encodes 10ms narrow band (8 kHz sampling) frame(s) and inserts 441 * interpolates into wide-band (16 kHz sampling) buffers those 442 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples 845 * This function decodes a ISAC frame in narrow-band (8 kHz sampling). 950 * This function conducts PLC for ISAC frame(s) in narrow-band (8kHz sampling). 1016 * This function conducts PLC for ISAC frame(s) in wide-band (16kHz sampling). [all...] |
entropy_coding.c | 791 /* Low band */ 796 /* High band */ 1035 /* lo band LAR coeffs */ 1042 /* hi band LAR coeffs */ [all...] |
/frameworks/rs/cpp/ |
rsCppStructs.h | [all...] |
/external/aac/libAACenc/include/ |
aacenc_lib.h | 103 All references to SBR (Spectral Band Replication) are only applicable to HE-AAC or AAC-ELD versions 134 and libSBRenc.a (LINUX) or FDK_sbrEncLib.lib (MS Visual C++) for the SBR (Spectral Band 154 -# Call aacEncInfo() to retrieve a configuration data block to be transmitted out of band. This is required when using RFC3640 or RFC3016 like transport. 189 - SBR: Allocate Spectral Band Replication module. [all...] |
/development/tools/checkstyle/ |
android-style.xml | 129 <property name="tokens" value="ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND" /> 186 <property name="tokens" value="BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR " />
|
/external/autotest/client/deps/iwcap/src/ |
iwcap.c | 313 /* NB: merge each band's findings; this stuff is silly */ 366 /* NB: approximate band boundaries, we get no help */
|
/external/libopus/src/ |
opus_compare.c | 252 /*Compute the per-band spectral energy of the original signal 332 For 12 kHz, we don't skip anything, because the last band already skips
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.c | 147 /* Transfer band must be aligned to pixel block boundaries */ 177 * Prevent the texture contents to be discarded on the next band
|
/external/wpa_supplicant_8/src/common/ |
qca-vendor.h | 259 * band selection based on channel selection results. 422 * at non CCK rate in 2GHz band
|
/frameworks/base/media/java/android/media/ |
SubtitleController.java | 33 * to display them, and also allows adding external, out-of-band subtitle tracks. 144 * in-band data from the {@link MediaPlayer}. However, this does
|