HomeSort by relevance Sort by last modified time
    Searched full:modulation (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/TV/src/com/android/tv/tuner/
ChannelScanFileParser.java 39 public final String modulation; field in class:ChannelScanFileParser.ScanChannel
48 public static ScanChannel forTuner(int frequency, String modulation,
50 return new ScanChannel(Channel.TYPE_TUNER, frequency, modulation, null,
58 private ScanChannel(int type, int frequency, String modulation, String filename,
62 this.modulation = modulation;
73 * "A <frequency> <modulation>".
TunerHal.java 210 * @param modulation a modulation method of the channel to tune to
215 public synchronized boolean tune(int frequency, @ModulationType String modulation,
228 if (mFrequency == frequency && Objects.equals(mModulation, modulation)) {
238 int timeout_ms = modulation.equals(MODULATION_8VSB) ? DEFAULT_VSB_TUNE_TIMEOUT_MS
240 if (nativeTune(getDeviceId(), frequency, modulation, timeout_ms)) {
248 mModulation = modulation;
256 @ModulationType String modulation, int timeout_ms);
  /external/autotest/client/site_tests/network_WiFiTxRx/
network_WiFiTxRx.py 52 modulation = readings.group(1)
59 % (modulation, quality, min_qual))
62 raise error.TestFail(range_fail % (modulation, 'Tx',
66 raise error.TestFail(range_fail % (modulation, 'Rx',
71 '(Rx:%d dBm, Tx:%d dBm)', modulation, rx, tx)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
frontend.h 65 FE_CAN_TURBO_FEC = 0x8000000, /* frontend supports "turbo fec modulation" */
66 FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */
224 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_qam_parameters
228 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_vsb_parameters
235 fe_modulation_t constellation; /* modulation type (see above) */
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 90 unsigned short moddelay; /* modulation delay (0x8000) */
91 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */
92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
93 unsigned short modrelease; /* modulation release time (0x807f) */
102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sfnt_info.h 90 unsigned short moddelay; /* modulation delay (0x8000) */
91 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */
92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
93 unsigned short modrelease; /* modulation release time (0x807f) */
102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 90 unsigned short moddelay; /* modulation delay (0x8000) */
91 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */
92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
93 unsigned short modrelease; /* modulation release time (0x807f) */
102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
frontend.h 65 FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */
214 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_qam_parameters
218 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_vsb_parameters
225 fe_modulation_t constellation; /* modulation type (see above) */
  /external/libavc/encoder/
irc_mb_model_based.h 53 /* Disables activity based qp modulation */
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 18 * The output color of this effect is a modulation of the input color and a sample from a texture.
GrSingleTextureEffect.h 45 * This assumes that the subclass output color will be a modulation of the input color with a
GrDistanceFieldGeoProc.h 46 * The output color of this effect is a modulation of the input color and a sample from a
119 * The output color of this effect is a modulation of the input color and a sample from a
171 * The output color of this effect is a modulation of the input color and samples from a
GrGaussianConvolutionFragmentProcessor.h 17 * color is set to a modulation of the filtered and input colors.
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 94 const char* modulation,
104 if (modulation) {
105 this->codeAppendf("%s * %s", modulation, xform.c_str());
110 if (modulation) {
111 this->codeAppendf("%s * %s", modulation, lookup.c_str());
GrGLSLShaderBuilder.h 49 /** Does the work of appendTextureLookup and modulates the result by modulation. The result is
50 always a vec4. modulation and the swizzle specified by SamplerHandle must both be
51 vec4 or float. If modulation is "" or nullptr it this function acts as though
53 void appendTextureLookupAndModulate(const char* modulation,
  /external/iw/
status.c 17 [20] = "Association denied due to requesting station not supporting the PBCC modulation option",
23 [26] = "Association request rejected due to requesting station not supporting the ER-PBCC modulation option",
  /external/kernel-headers/original/uapi/linux/dvb/
frontend.h 65 FE_CAN_TURBO_FEC = 0x8000000, /* frontend supports "turbo fec modulation" */
66 FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */
426 * ISDB can use different modulation types for each group of carriers.
531 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_qam_parameters
535 fe_modulation_t modulation; /* modulation type (see above) */ member in struct:dvb_vsb_parameters
542 fe_modulation_t constellation; /* modulation type (see above) */
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
asound_fm.h 45 unsigned char am; /* amplitude modulation */
82 unsigned char am_depth; /* amplitude modulation depth (1=hi) */
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 11 // An implementation of a 3-band FIR filter-bank with DCT modulation, similar to
24 // lowpass prototype. Because each filter is only a modulation of the prototype,
66 // bandwidth of 1 / (2 * |kNumBands|) and is then shifted with cosine modulation
183 // cosines used for modulation. |split_length| is the length of |in| and each
198 // |offset| is the index in the period of the cosines used for modulation.
  /packages/apps/TV/jni/
DvbManager.cpp 126 ALOGE("Unrecognized modulation mode : %s", modulationStr);
161 feParams.u.vsb.modulation = VSB_8;
163 feParams.u.vsb.modulation = QAM_AUTO;
165 ALOGE("Unrecognized modulation mode : %s", modulationStr);
181 ALOGE("Unrecognized modulation mode : %s", modulationStr);

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 9