Lines Matching refs:supported_formats
1394 audio_format_t *supported_formats, in read_usb_sup_formats() argument
1401 supported_formats[0] = AUDIO_FORMAT_PCM_24_BIT_PACKED; in read_usb_sup_formats()
1404 supported_formats[0] = AUDIO_FORMAT_PCM_32_BIT; in read_usb_sup_formats()
1408 supported_formats[0] = AUDIO_FORMAT_PCM_16_BIT; in read_usb_sup_formats()
1418 audio_format_t *supported_formats, in read_usb_sup_params_and_compare() argument
1432 num_formats = read_usb_sup_formats(is_playback, supported_formats, in read_usb_sup_params_and_compare()
1444 LUT(supported_formats, num_formats, *format, AUDIO_FORMAT_DEFAULT); in read_usb_sup_params_and_compare()
2729 audio_format_t supported_formats[static MAX_SUPPORTED_FORMATS]) { in register_format()
2730 ALOGE_IF(!register_uint(format, supported_formats, MAX_SUPPORTED_FORMATS), in register_format()
3229 audio_format_t *supported_formats) { in stream_get_parameter_formats() argument
3237 switch (supported_formats[0]) { in stream_get_parameter_formats()
3249 supported_formats[0]); in stream_get_parameter_formats()
3306 &out->supported_formats[0]); in out_get_parameters()
4360 &in->supported_formats[0]); in in_get_parameters()
5093 &out->supported_formats[0], in adev_open_output_stream()
5545 register_format(out->format, out->supported_formats); in adev_open_output_stream()
6068 &in->supported_formats[0], in adev_open_input_stream()
6220 register_format(in->format, in->supported_formats); in adev_open_input_stream()