Home
last modified time | relevance | path

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

12

/hardware/interfaces/neuralnetworks/
DTEST_MAPPING25 // Do not use any sample driver except sample-all in order to reduce
26 // testing time. The other sample drivers (fast-float, quant, etc.)
27 // are subsets of sample-all.
36 // Do not use any sample driver except sample-all in order to reduce
37 // testing time. The other sample drivers (fast-float, quant, etc.)
38 // are subsets of sample-all.
49 // Do not use any sample driver except sample-all in order to reduce
50 // testing time. The other sample drivers (fast-float, quant, etc.)
51 // are subsets of sample-all.
60 // Do not use any sample driver except sample-all in order to reduce
[all …]
DREADME1 NeuralNetworks sample driver implementation is located at
2 frameworks/ml/nn/driver/sample.
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp179 int32_t sample[NUM_FIELDS] = {[TIME] = time, in recordSample() local
197 sample[metric] < min_[metric][metric]) { in recordSample()
199 min_[metric][i] = sample[i]; in recordSample()
203 sample[metric] > max_[metric][metric]) { in recordSample()
205 max_[metric][i] = sample[i]; in recordSample()
/hardware/qcom/sm8150/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/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/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp95 histogram::Ringbuffer::Sample sample{cumulative_frame_count, cumulative_bins}; in collect_cumulative() local
96 update_cumulative(timekeeper->current_time(), std::get<0>(sample), std::get<1>(sample)); in collect_cumulative()
97 return sample; in collect_cumulative()
/hardware/interfaces/audio/6.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.
146 * @return sampleRateHz sample rate in Hz.
DIStreamOutEventCallback.hal49 * "sample-rate", int32
DIPrimaryDevice.hal115 * @param sampleRateHz sample rate in Hz.
/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/contexthub/1.2/
Dtypes.hal65 * sample similar signals through the Android framework.
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal76 * information such as property Id, area Id, sample rate, etc.
/hardware/interfaces/audio/7.0/
DIStream.hal24 * Return the frame size (number of bytes per sample).
66 * Retrieves basic stream configuration: sample rate, audio format,
DIStreamOutEventCallback.hal49 * "sample-rate", int32
DIPrimaryDevice.hal115 * @param sampleRateHz sample rate in Hz.
/hardware/interfaces/sensors/2.1/
Dtypes.hal107 * continuous: minimum sample period allowed in microseconds
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal91 * @return railsPerSample Number of rails measured per sample.

12