Home
last modified time | relevance | path

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

12

/hardware/interfaces/neuralnetworks/
DTEST_MAPPING7 // Do not use any sample driver except sample-all in order to reduce
8 // testing time. The other sample drivers (fast-float, quant, etc.)
9 // are subsets of sample-all.
18 // Do not use any sample driver except sample-all in order to reduce
19 // testing time. The other sample drivers (fast-float, quant, etc.)
20 // are subsets of sample-all.
29 // Do not use any sample driver except sample-all in order to reduce
30 // testing time. The other sample drivers (fast-float, quant, etc.)
31 // are subsets of sample-all.
40 // 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.cpp178 int32_t sample[NUM_FIELDS] = {[TIME] = time, in recordSample() local
196 sample[metric] < min_[metric][metric]) { in recordSample()
198 min_[metric][i] = sample[i]; in recordSample()
202 sample[metric] > max_[metric][metric]) { in recordSample()
204 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/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/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/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.
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.cpp1241 const short sample = data[output_stream_frame]; in audio_config_compare() local
1242 data[input_stream_offset] = sample; in audio_config_compare()
1243 data[input_stream_offset + 1] = sample; in audio_config_compare()
/hardware/interfaces/health/2.1/
DREADME.md146 # Appendix: sample code for the implementation {#impl}
/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.

12