Lines Matching refs:bytes

140 	/** Signed 24 bit Little Endian using low three bytes in 32-bit word */
142 /** Signed 24 bit Big Endian using low three bytes in 32-bit word */
144 /** Unsigned 24 bit Little Endian using low three bytes in 32-bit word */
146 /** Unsigned 24 bit Big Endian using low three bytes in 32-bit word */
178 /** Signed 20bit Little Endian in 4bytes format, LSB justified */
180 /** Signed 20bit Big Endian in 4bytes format, LSB justified */
182 /** Unsigned 20bit Little Endian in 4bytes format, LSB justified */
184 /** Unsigned 20bit Big Endian in 4bytes format, LSB justified */
188 /** Signed 24bit Little Endian in 3bytes format */
190 /** Signed 24bit Big Endian in 3bytes format */
192 /** Unsigned 24bit Little Endian in 3bytes format */
194 /** Unsigned 24bit Big Endian in 3bytes format */
196 /** Signed 20bit Little Endian in 3bytes format */
198 /** Signed 20bit Big Endian in 3bytes format */
200 /** Unsigned 20bit Little Endian in 3bytes format */
202 /** Unsigned 20bit Big Endian in 3bytes format */
204 /** Signed 18bit Little Endian in 3bytes format */
206 /** Signed 18bit Big Endian in 3bytes format */
208 /** Unsigned 18bit Little Endian in 3bytes format */
210 /** Unsigned 18bit Big Endian in 3bytes format */
212 /* G.723 (ADPCM) 24 kbit/s, 8 samples in 3 bytes */
216 /* G.723 (ADPCM) 40 kbit/s, 8 samples in 3 bytes */
251 /** Signed 20bit in 4bytes format, LSB justified, CPU Endian */
253 /** Unsigned 20bit in 4bytes format, LSB justified, CPU Endian */
274 /** Signed 20bit in 4bytes format, LSB justified, CPU Endian */
276 /** Unsigned 20bit in 4bytes format, LSB justified, CPU Endian */
1172 snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes);
1174 long snd_pcm_bytes_to_samples(snd_pcm_t *pcm, ssize_t bytes);
1210 * \brief get the step size of the given PCM channel area in bytes
1213 * Returns the step size in bytes from the given channel area.