/external/webrtc/webrtc/modules/audio_processing/ |
three_band_filter_bank.h | 22 // An implementation of a 3-band FIR filter-bank with DCT modulation, similar to
|
/frameworks/base/libs/hwui/ |
Program.h | 230 * Indicates, for a given color, whether color modulation is required in 232 * be provided with a modulation color. 240 * Indicates, for a given color, whether color modulation is required in 242 * be provided with a modulation color.
|
/packages/apps/TV/src/com/android/tv/tuner/tvinput/ |
EventDetector.java | 269 * @param modulation The modulation type. 273 public void startDetecting(int frequency, String modulation, int programNumber) { 276 mModulation = modulation;
|
/hardware/interfaces/broadcastradio/1.0/ |
types.hal | 43 /** Amplitude Modulation band: LW, MW, SW */ 45 /** Frequency Modulation band: FM */
|
/packages/apps/TV/jni/ |
tunertvinput_jni.cpp | 57 (JNIEnv *env, jobject thiz, jlong deviceId, jint frequency, jstring modulation, jint timeout_ms) { 67 frequency, env->GetStringUTFChars(modulation, 0), timeout_ms);
|
/packages/apps/TV/src/com/android/tv/tuner/data/ |
TunerChannel.java | 269 return mProto.modulation; 350 synchronized public void setModulation(String modulation) { 351 mProto.modulation = modulation == null ? "" : modulation;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tuner.h | [all...] |
/docs/source.android.com/en/devices/audio/ |
terminology.html | 90 modulation</a>. While Pulse Code Modulation (PCM) encodes a waveform as a 217 Pulse Code Modulation. Most common low-level encoding of digital audio. The 500 Pulse-density modulation. Form of modulation used to represent an analog signal 504 modulation</a>. 509 Pulse-width modulation. Form of modulation used to represent an analog signal by 513 modulation</a>.
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTDecompress.cpp | 222 @Modified i32ModulationValues The array of modulation values. 223 @Modified i32ModulationModes The array of modulation modes. 225 @Description Reads out and decodes the modulation values within the a given PVRTCWord 359 @Input i32ModulationValues The array of modulation values. 360 @Input i32ModulationModes The array of modulation modes. 364 @Return Returns the modulation value. 365 @Description Gets the effective modulation values for a given pixel. 373 // extract the modulation value. If a simple encoding 778 @Input modTable Modulation values [all...] |
/hardware/interfaces/broadcastradio/1.1/ |
types.hal | 119 * Type of modulation. 123 enum Modulation : uint32_t { 209 DRMO_MODULATION, // Modulation enum
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
r11430.htm | 212 modulation set and the radio frequency. To change the modulated audio 228 different audio modulation if the request cannot be satisfied. However 230 modulation selected.</P 378 channels for modulation, together with some audio subprogram
|
/packages/apps/TV/proto/ |
channel.proto | 32 optional string modulation = 5;
|
/packages/apps/TV/src/com/android/tv/tuner/setup/ |
ScanFragment.java | 355 String modulation = scanChannel.modulation; local 356 Log.i(TAG, "Tuning to " + frequency + " " + modulation); 399 tunerChannel.setModulation(scanChannel.modulation);
|
/bionic/libc/kernel/uapi/linux/dvb/ |
frontend.h | 388 fe_modulation_t modulation; member in struct:dvb_qam_parameters 391 fe_modulation_t modulation; member in struct:dvb_vsb_parameters
|
/external/autotest/client/site_tests/network_WiFiTxRx/ |
network-flipflop.sh | 36 # check that at least one modulation in `wanted' is present in `supported' 63 # harvest the state of the target interface: modulation, essid and so forth:
|
/system/core/libsystem/include/system/ |
radio.h | 44 RADIO_BAND_AM = 0, /* Amplitude Modulation band: LW, MW, SW */ 45 RADIO_BAND_FM = 1, /* Frequency Modulation band: FM */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_dlssynth.c | 144 /* start with base mod LFO modulation */ 158 /* start with base vib LFO modulation */ 189 /* start with base mod LFO modulation */ 262 /* get base mod LFO modulation */ 410 /* calculate phase increment including modulation effects */ 413 /* calculate gain including modulation effects */
|
/external/aac/libFDK/include/ |
qmf.h | 138 /* Complex Low Delay Filter Bank used in MPEG Surround Encoder allows a optimized calculation of the modulation in qmfForwardModulationHQ() */ 160 const FIXP_QTW *t_cos; /*!< Modulation tables. */
|
/external/sonic/ |
wave.c | 179 writeShort(file, 1); /* 20 - what is the audio format? 1 for PCM = Pulse Code Modulation */ 204 data = readShort(file); /* 20 - what is the audio format? 1 for PCM = Pulse Code Modulation */
|
/packages/apps/TV/src/com/android/tv/tuner/source/ |
TunerTsStreamer.java | 194 if (mTunerHal.tune(channel.frequency, channel.modulation, null)) { 196 channel.frequency, channel.modulation, EventDetector.ALL_PROGRAM_NUMBERS);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
ColorSpaceTests.java | 158 // Render bitmap with alpha to test modulation
|
/external/skia/src/gpu/effects/ |
GrCoverageSetOpXP.cpp | 217 // modulation table. Note that an inverted table still won't work if there are coverage procs.
|
/external/skia/src/gpu/ops/ |
GrStencilAndCoverPathRenderer.cpp | 131 // coverage modulation along the edge where two triangles making up the rect meet.
|
/external/syslinux/gpxe/src/hci/ |
wireless_errors.c | 57 { ECONNREFUSED | EUNIQ_14, "Association denied; PBCC modulation support req'd" },
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
AppCompatColorStateListInflater.java | 141 // Apply alpha modulation. If we couldn't resolve the color or
|