Searched refs:samples (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/audio/effect/2.0/ |
D | IVisualizerEffect.hal | 24 MAX = 1024, // maximum capture size in samples 25 MIN = 128 // minimum capture size in samples 29 * Sets the number PCM samples in the capture. 34 * Gets the number PCM samples in the capture. 86 * number of samples to capture is specified by 'setCaptureSize' parameter. 89 * @return samples samples in 8 bit unsigned format (0 = 0x80) 91 capture() generates (Result retval, vec<uint8_t> samples);
|
D | types.hal | 82 * | | | function reads the samples, send them to HW 84 * | | | the processed samples and returns them 222 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamInALSA.cpp | 332 int samples = bytes >> 1; in read() local 344 if (processed_pending > (samples - processed)) { in read() 345 processed_pending = (samples - processed); in read() 359 if (processed >= samples) { in read() 412 ALOGV("do_while loop: processed=%d, samples=%d\n", processed, samples); in read() 413 } while (mHandle->handle && processed < samples); in read()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssBatching.hal | 60 * Time interval between samples in the location batch, in nano
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 128 * | samples. 927 * Luma (Y) samples should range from 16 to 235, inclusive 928 * Chroma (Cb, Cr) samples should range from 16 to 240, inclusive 931 * Luma (Y) samples should range from 64 to 940, inclusive 932 * Chroma (Cb, Cr) samples should range from 64 to 960, inclusive 1154 * HAL_PIXEL_FORMAT_Y16: 16-bit samples, consisting of a depth measurement
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 65 * @param maxCount max number of samples can be returned, must be > 0.
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 254 * samples transfer.
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 279 * decrypting samples. As an example, HLS uses 1:9 patterns where every
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 460 * Expresses the convention when stereo audio samples are stored interleaved
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 876 * Number of samples used to calculate RSSI.
|