Home
last modified time | relevance | path

Searched refs:noise (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/camera/common/hal/tests/
Dhal_camera_metadata_tests.cc160 double noise[] = {1.234, 2.345}; in SetGetMetadata() local
162 hal_metadata->Set(ANDROID_SENSOR_NOISE_PROFILE, noise, ARRAY_SIZE(noise)); in SetGetMetadata()
167 ASSERT_EQ(entry.count, ARRAY_SIZE(noise)) << "Get double count failed."; in SetGetMetadata()
169 ASSERT_EQ(noise[i], entry.data.d[i]) in SetGetMetadata()
/hardware/interfaces/soundtrigger/2.3/
Dtypes.hal33 * If set, the underlying module supports noise suppression.
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dnoise.inl2 /// @file glm/gtc/noise.inl
4 // Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise":
5 // https://github.com/ashima/webgl-noise
6 // Following Stefan Gustavson's paper "Simplex noise demystified":
23 // Classic Perlin noise
64 // Classic Perlin noise
135 // Classic Perlin noise
208 // Classic Perlin noise
344 // Classic Perlin noise, periodic variant
350 Pi = mod(Pi, tvec4<T, P>(rep.x, rep.y, rep.x, rep.y)); // To create noise with explicit period
[all …]
/hardware/interfaces/gnss/2.1/
DIGnssCallback.hal55 * Baseband Carrier-to-noise density in dB-Hz, typically in the range [0, 63]. It contains
DIGnssAntennaInfoCallback.hal97 * noise figure and path loss contribution, in dBi, i.e., decibel over isotropic
DIGnssMeasurementCallback.hal147 * Baseband Carrier-to-noise density in dB-Hz, typically in the range [0, 63]. It contains
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Dwpa_driver_common_lib.h136 int noise; member
Ddriver_cmd_nl80211.c535 g_bss_info.noise = in parse_station_info()
537 g_bss_info.noise -= 100; in parse_station_info()
558 g_bss_info.snr = g_bss_info.rssi - g_bss_info.noise; in parse_station_info()
740 g_bss_info.noise, in parse_station_info()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h351 int32 noise; member
/hardware/interfaces/tv/tuner/1.0/
DILnb.hal22 * A Tuner LNB (low-noise block downconverter) is used by satellite frontend
DITuner.hal102 * Get low-noise block downconverter (LNB) IDs.
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal491 * Carrier-to-noise density in dB-Hz, typically in the range [0, 63].
640 * Signal-to-noise ratio at correlator output in dB.
643 * observed noise floor" to "the noise RMS".
DIGnssCallback.hal109 * Carrier-to-noise density in dB-Hz, typically in the range [0, 63].
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal217 * Tuned to a program (not a noise). It's the same condition that would
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal272 // (e.g. dual mic noise suppressor)
DIEffect.hal171 * (e.g. for a multi-microphone noise suppressor).
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dcmake_core.cmake122 # Hide noise thrown up by Clang 10 and clang-cl
/hardware/interfaces/audio/effect/7.0/
Dtypes.hal274 /** Supports auxiliary channels (e.g. dual mic noise suppressor). */
DIEffect.hal169 * (e.g. for a multi-microphone noise suppressor).
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal274 // (e.g. dual mic noise suppressor)
DIEffect.hal171 * (e.g. for a multi-microphone noise suppressor).
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal272 // (e.g. dual mic noise suppressor)
DIEffect.hal181 * (e.g. for a multi-microphone noise suppressor).
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal274 // (e.g. dual mic noise suppressor)
DIEffect.hal171 * (e.g. for a multi-microphone noise suppressor).

12