Home | History | Annotate | Download | only in audio

Lines Matching refs:encoding

280 	if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE)
290 * Return true if fmt's encoding is one of LINEAR.
295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE)
296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE)
297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE)
298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE);
302 * Return true if fmt's encoding is one of SLINEAR.
307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE)
308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE);
322 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE ||
323 fmt->encoding == AUDIO_ENCODING_ULINEAR_LE) {
326 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE ||
327 fmt->encoding == AUDIO_ENCODING_ULINEAR_BE) {