Lines Matching refs:format
70 int format;
129 return out->format;
132 static int out_set_format(struct audio_stream *stream, int format)
186 static bool _out_validate_parms(struct astream_out *out, int format,
189 if ((format && (format != out->format)) ||
417 uint32_t devices, int *format,
464 out->format = AUDIO_FORMAT_PCM_16_BIT;
472 * if the sample rate or the format ever changes on the fly, we'd have
477 if (!_out_validate_parms(out, format ? *format : 0,
491 if (format)
492 *format = out->format;
646 uint32_t sample_rate, int format,
654 int *format, uint32_t *channels,