Lines Matching refs:is_bit_perfect
123 bool is_bit_perfect; // True if the stream is open with bit-perfect output flag member
605 bool is_bit_perfect) in stream_set_new_devices() argument
622 status = proxy_prepare(&device_info->proxy, &device_info->profile, config, is_bit_perfect); in stream_set_new_devices()
933 const bool is_bit_perfect = ((flags & AUDIO_OUTPUT_FLAG_BIT_PERFECT) != AUDIO_OUTPUT_FLAG_NONE); in adev_open_output_stream() local
934 if (is_bit_perfect && (config->format == AUDIO_FORMAT_DEFAULT || in adev_open_output_stream()
998 if (is_bit_perfect) { in adev_open_output_stream()
1022 if (is_bit_perfect) { in adev_open_output_stream()
1066 if (is_bit_perfect && proxy_config.channels != out->hal_channel_count) { in adev_open_output_stream()
1072 ret = proxy_prepare(&device_info->proxy, &device_info->profile, &proxy_config, is_bit_perfect); in adev_open_output_stream()
1073 if (is_bit_perfect && ret != 0) { in adev_open_output_stream()
1753 bool is_bit_perfect = false; in adev_create_audio_patch() local
1794 is_bit_perfect = out->is_bit_perfect; in adev_create_audio_patch()
1844 config, alsa_devices, num_configs, cards, devices, direction, is_bit_perfect); in adev_create_audio_patch()
1850 is_bit_perfect); in adev_create_audio_patch()