Home | History | Annotate | Download | only in sound

Lines Matching refs:bytes

144 	size_t length;			/* W: size of image in bytes */
204 SNDRV_PCM_FORMAT_S24_LE, /* low three bytes */
205 SNDRV_PCM_FORMAT_S24_BE, /* low three bytes */
206 SNDRV_PCM_FORMAT_U24_LE, /* low three bytes */
207 SNDRV_PCM_FORMAT_U24_BE, /* low three bytes */
224 SNDRV_PCM_FORMAT_S24_3LE = 32, /* in three bytes */
225 SNDRV_PCM_FORMAT_S24_3BE, /* in three bytes */
226 SNDRV_PCM_FORMAT_U24_3LE, /* in three bytes */
227 SNDRV_PCM_FORMAT_U24_3BE, /* in three bytes */
228 SNDRV_PCM_FORMAT_S20_3LE, /* in three bytes */
229 SNDRV_PCM_FORMAT_S20_3BE, /* in three bytes */
230 SNDRV_PCM_FORMAT_U20_3LE, /* in three bytes */
231 SNDRV_PCM_FORMAT_U20_3BE, /* in three bytes */
232 SNDRV_PCM_FORMAT_S18_3LE, /* in three bytes */
233 SNDRV_PCM_FORMAT_S18_3BE, /* in three bytes */
234 SNDRV_PCM_FORMAT_U18_3LE, /* in three bytes */
235 SNDRV_PCM_FORMAT_U18_3BE, /* in three bytes */
338 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, /* Approx bytes between interrupts */
342 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, /* Size of buffer in bytes */
545 size_t buffer_size; /* queue size in bytes */
546 size_t avail_min; /* minimum avail bytes for wakeup */
554 size_t avail; /* available bytes */
555 size_t xruns; /* count of overruns since last status (in bytes) */
856 } bytes;
865 unsigned int length; /* in bytes aligned to 4 */