Searched refs:output_format_bytes (Results 1 – 1 of 1) sorted by relevance
117 size_t output_format_bytes; member132 if (info->output_format_bytes) in hfp_info_add_iodev()134 info->output_format_bytes = cras_get_format_bytes(format); in hfp_info_add_iodev()154 if (direction == CRAS_STREAM_OUTPUT && info->output_format_bytes) { in hfp_info_rm_iodev()157 info->output_format_bytes = 0; in hfp_info_rm_iodev()169 return info->output_format_bytes || info->input_format_bytes; in hfp_info_has_iodev()179 if (direction == CRAS_STREAM_OUTPUT && info->output_format_bytes) { in hfp_buf_acquire()181 format_bytes = info->output_format_bytes; in hfp_buf_acquire()196 if (direction == CRAS_STREAM_OUTPUT && info->output_format_bytes) in hfp_buf_size()198 info->output_format_bytes; in hfp_buf_size()[all …]