Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/neuralnetworks/
DTEST_MAPPING7 …native-test-flag": "--hal_service_instance=android.hardware.neuralnetworks@1.0::IDevice/sample-all"
15 …native-test-flag": "--hal_service_instance=android.hardware.neuralnetworks@1.1::IDevice/sample-all"
23 …native-test-flag": "--hal_service_instance=android.hardware.neuralnetworks@1.2::IDevice/sample-all"
DREADME1 NeuralNetworks sample driver implementation is located at
2 frameworks/ml/nn/driver/sample.
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp162 int32_t sample[NUM_FIELDS] = {[TIME] = time, in recordSample() local
181 sample[metric] < min_[metric][metric]) { in recordSample()
183 min_[metric][i] = sample[i]; in recordSample()
187 sample[metric] > max_[metric][metric]) { in recordSample()
189 max_[metric][i] = sample[i]; in recordSample()
/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp84 histogram::Ringbuffer::Sample sample { cumulative_frame_count, cumulative_bins }; in collect_cumulative() local
85 update_cumulative(timekeeper->current_time(), std::get<0>(sample), std::get<1>(sample)); in collect_cumulative()
86 return sample; in collect_cumulative()
/hardware/interfaces/audio/4.0/
DIStream.hal24 * Return the frame size (number of bytes per sample).
49 * @return sampleRateHz sample rate in Hz.
55 * A supported native sample rate is a sample rate that can be efficiently
56 * played by the hardware (typically without sample-rate conversions).
66 * @param format audio format for which the sample rates are supported.
69 * @return sampleRateHz supported sample rates.
79 * @param sampleRateHz sample rate in Hz.
144 * @return sampleRateHz sample rate in Hz.
DIPrimaryDevice.hal115 * @param sampleRateHz sample rate in Hz.
/hardware/interfaces/audio/5.0/
DIStream.hal24 * Return the frame size (number of bytes per sample).
49 * @return sampleRateHz sample rate in Hz.
55 * A supported native sample rate is a sample rate that can be efficiently
56 * played by the hardware (typically without sample-rate conversions).
66 * @param format audio format for which the sample rates are supported.
69 * @return sampleRateHz supported sample rates.
79 * @param sampleRateHz sample rate in Hz.
144 * @return sampleRateHz sample rate in Hz.
DIPrimaryDevice.hal115 * @param sampleRateHz sample rate in Hz.
/hardware/qcom/audio/post_proc/
Dvolume_listener.c367 static inline int16_t clamp16(int32_t sample) in clamp16() argument
369 if ((sample>>15) ^ (sample>>31)) in clamp16()
370 sample = 0x7FFF ^ (sample>>31); in clamp16()
371 return sample; in clamp16()
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal279 * UNSUPPORTED when there is no efficient way to sample.
319 * The sample represents the most-recently posted frames.
325 * UNSUPPORTED when there is no efficient way to sample.
339 * @param maxFrames is the maximum number of frames that should be represented in the sample.
340 * The sample represents the most-recently posted frames.
341 * If maxFrames is 0, all frames are to be represented by the sample.
343 * included in the sample. Timestamp is CLOCK_MONOTONIC.
344 * If timestamp is 0, do not filter from the sample by time.
347 * UNSUPPORTED when there is no efficient way to sample, or
349 * @return frameCount The number of frames represented by this sample.
[all …]
/hardware/interfaces/audio/2.0/
DIStream.hal26 * Return the frame size (number of bytes per sample).
51 * @return sampleRateHz sample rate in Hz.
60 * @return sampleRateHz supported sample rates.
68 * @param sampleRateHz sample rate in Hz.
127 * @return sampleRateHz sample rate in Hz.
/hardware/interfaces/wifi/1.3/
Dtypes.hal84 * TimeStamp for each stats sample.
/hardware/interfaces/bluetooth/a2dp/1.0/
Dtypes.hal61 /** Bits per sample for encoder */
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal76 * information such as property Id, area Id, sample rate, etc.
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal91 * @return railsPerSample Number of rails measured per sample.
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal85 * key: 'sample-rate-ranges', value-type: list<range<num>>
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1230 const short sample = data[output_stream_frame]; in audio_config_compare() local
1231 data[input_stream_offset] = sample; in audio_config_compare()
1232 data[input_stream_offset + 1] = sample; in audio_config_compare()
/hardware/interfaces/sensors/1.0/
DISensors.hal91 * @param samplingPeriodNs specifies sensor sample period in nanoseconds.
Dtypes.hal863 * continuous: minimum sample period allowed in microseconds
1049 * float[2]: raw sample period in seconds,
1063 * float[3]: sample period, standard deviation of sample period,
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal85 * followed immediately by a Wx(H/2) CbCr plane. Each sample is
/hardware/interfaces/sensors/2.0/
DISensors.hal167 * @param samplingPeriodNs specifies sensor sample period in nanoseconds.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1155 * and an associated confidence value. The 3 MSBs of the sample make
1156 * up the confidence value, and the low 13 LSBs of the sample make up
/hardware/interfaces/audio/common/2.0/
Dtypes.hal665 // sample rate high enough to accommodate lower-range
/hardware/interfaces/audio/common/4.0/
Dtypes.hal617 // sample rate high enough to accommodate lower-range
/hardware/interfaces/audio/common/5.0/
Dtypes.hal705 // sample rate high enough to accommodate lower-range

12