Lines Matching refs:supported_formats
1381 audio_format_t *supported_formats, in read_usb_sup_formats() argument
1388 supported_formats[0] = AUDIO_FORMAT_PCM_24_BIT_PACKED; in read_usb_sup_formats()
1391 supported_formats[0] = AUDIO_FORMAT_PCM_32_BIT; in read_usb_sup_formats()
1395 supported_formats[0] = AUDIO_FORMAT_PCM_16_BIT; in read_usb_sup_formats()
1405 audio_format_t *supported_formats, in read_usb_sup_params_and_compare() argument
1419 num_formats = read_usb_sup_formats(is_playback, supported_formats, in read_usb_sup_params_and_compare()
1431 LUT(supported_formats, num_formats, *format, AUDIO_FORMAT_DEFAULT); in read_usb_sup_params_and_compare()
2707 audio_format_t supported_formats[static MAX_SUPPORTED_FORMATS]) { in register_format()
2708 ALOGE_IF(!register_uint(format, supported_formats, MAX_SUPPORTED_FORMATS), in register_format()
3184 audio_format_t *supported_formats) { in stream_get_parameter_formats() argument
3192 switch (supported_formats[0]) { in stream_get_parameter_formats()
3204 supported_formats[0]); in stream_get_parameter_formats()
3261 &out->supported_formats[0]); in out_get_parameters()
4272 &in->supported_formats[0]); in in_get_parameters()
4980 &out->supported_formats[0], in adev_open_output_stream()
5419 register_format(out->format, out->supported_formats); in adev_open_output_stream()
5942 &in->supported_formats[0], in adev_open_input_stream()
6094 register_format(in->format, in->supported_formats); in adev_open_input_stream()