/packages/services/Car/car-lib/src/android/car/hardware/radio/ |
CarRadioPreset.java | 37 * Radio band this preset belongs to. 98 "Band: " + mBand + "\n" +
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 52 * to the limits on lower and upper-band. If the codec is in wideband mode, 53 * then the overall limit and the limit on the lower-band is the same. 54 * Otherwise, a fraction of the limit should be allocated to lower-band 55 * leaving some room for the upper-band bit-stream. That is why an update 69 * there is no upper-band bit-stream. */ 72 /* At 8 kHz there is no upper-band bit-stream, 73 * therefore, the lower-band limit is the overall limit. */ 82 /* 4/5 to lower-band the rest for upper-band. */ 87 * upper-band linearly grows from 20 to 50. * [all...] |
/external/opencv/cv/src/ |
cvinpaint.cpp | 63 #define KNOWN 0 //known outside narrow band 64 #define BAND 1 //narrow band (known) 260 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 391 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 504 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 603 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 694 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local 768 CV_CALL( band = cvCreateMat(erows, ecols, CV_8UC1)) [all...] |
/external/autotest/server/cros/ap_configurators/ |
westerndigitaln600_ap_configurator.py | 63 return [{'band': ap_spec.BAND_2GHZ, 68 {'band': ap_spec.BAND_5GHZ, 74 return [{'band': ap_spec.BAND_2GHZ, 76 {'band': ap_spec.BAND_5GHZ, 149 def set_mode(self, mode, band=None): 153 def _set_mode(self, mode, band=None): 292 def set_band(self, band): 293 if band == ap_spec.BAND_5GHZ: 295 elif band == ap_spec.BAND_2GHZ: 298 raise RuntimeError('Invalid band sent %s' % band [all...] |
dlinkwbr1310_ap_configurator.py | 41 return [{'band': ap_spec.BAND_2GHZ, 46 return [{'band': ap_spec.BAND_2GHZ, 108 def set_mode(self, mode_enable=True, band=None): 144 def set_band(self, band):
|
linksys_ap_configurator.py | 32 return [{'band': ap_spec.BAND_2GHZ, 37 return [{'band': ap_spec.BAND_2GHZ, 76 def set_mode(self, mode, band=None): 136 def set_band(self, band):
|
linksyse1000_ap_configurator.py | 15 def _set_mode(self, mode, band=None):
|
linksyse1500_ap_configurator.py | 13 def _set_mode(self, mode, band=None):
|
linksyse2500_ap_configurator.py | 21 return [{'band': ap_spec.BAND_2GHZ, 24 {'band': ap_spec.BAND_5GHZ, 65 def _set_mode(self, mode, band=None): 73 if self.current_band == ap_spec.BAND_5GHZ or band == ap_spec.BAND_5GHZ:
|
/external/opencv3/3rdparty/libjasper/ |
jpc_enc.h | 388 /* The per-band information. */ 389 struct jpc_enc_band_s *band; member in struct:jpc_enc_prc_s 401 /* Encoder per-band state information. */ 408 /* The coefficient data for this band. */ 411 /* The orientation of this band (i.e., LL, LH, HL, or HH). */ 414 /* The number of bit planes associated with this band. */ 424 this band. (The MCT is not considered in this value.) */ 427 /* The analysis gain for this band. */ 456 relative to the associated LL band. */ 460 relative to the associated LL band. * [all...] |
jpc_t2dec.c | 162 jpc_dec_band_t *band; local 239 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands; 240 ++bandno, ++band) { 241 if (!band->data) { 244 prc = &band->prcs[prcno]; 372 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands; 373 ++bandno, ++band) { 374 if (!band->data) { 377 prc = &band->prcs[prcno]; 391 jas_eprintf("lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d numpasses=%02d cnt=%d numbps=%d, numimsbs=%d\n", lyrno, compno, rlvlno, prcno, band - rlvl->bands, cblk - prc->cblks, seg->passno, seg->numpasses, seg->cnt, band->numbps, cblk->numim (…) [all...] |
/external/opencv3/modules/photo/src/ |
inpaint.cpp | 65 #define KNOWN 0 //known outside narrow band 66 #define BAND 1 //narrow band (known) 262 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 392 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 504 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 600 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 688 CV_MAT_ELEM(*f,uchar,i,j) = BAND; 731 cv::Ptr<CvMat> mask, band, f, t, out; local 764 band.reset(cvCreateMat(erows, ecols, CV_8UC1)) [all...] |
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/ |
SawOscillatorDPW.java | 20 * Band limited sawtooth oscillator.
|
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/ |
SawOscillatorDPW.java | 20 * Band limited sawtooth oscillator.
|
/developers/samples/android/common/src/java/com/example/android/common/midi/synth/ |
SawOscillatorDPW.java | 20 * Band limited sawtooth oscillator.
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
SawOscillatorDPW.java | 20 * Band limited sawtooth oscillator.
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
SawOscillatorDPW.java | 20 * Band limited sawtooth oscillator.
|
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
control.local | 28 band=ap_spec.BAND_2GHZ,
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
control.11b | 15 on channel 6 (2.4 Ghz band) and correctly send IP traffic after
|
control.11g | 15 on channel 11 (2.4 Ghz band) and correctly send IP traffic after
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
control.wifi_check11b | 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
|
control.wifi_check11g | 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
|
/external/libvorbis/lib/ |
envelope.h | 61 envelope_band band[VE_BANDS]; member in struct:__anon17001
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.h | 104 coefficient band (and since zigzag positions 0, 1, and 2 are in 108 #define BAND_COEFF_CONTEXTS(band) ((band) == 0 ? 3 : COEFF_CONTEXTS) 125 // 8x8 transform and above are in the top band.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
settings.h | 49 /* length of half a subframe (low/high band) */ 51 /* samples of look ahead (in a half-band, so actually half the samples of look ahead @ FS) */ 61 /* order of low-band pole filter used to approximate masking curve */ 63 /* order of hi-band pole filter used to approximate masking curve */
|