Searched refs:bytes_per_frame (Results 1 – 1 of 1) sorted by relevance
264 uint16_t bytes_per_frame[2]; member1582 chan->bytes_per_frame[0] = in uaudio_configure_msg_sub()1584 chan->bytes_per_frame[1] = howmany(chan_alt->sample_rate, fps) * in uaudio_configure_msg_sub()1593 buf_size = (chan->bytes_per_frame[1] * frames); in uaudio_configure_msg_sub()2540 if (ch->bytes_per_frame[1] > mfl) { in uaudio_chan_play_callback()2543 ch->bytes_per_frame[1], in uaudio_chan_play_callback()2566 frame_len = ch->bytes_per_frame[1]; in uaudio_chan_play_callback()2568 frame_len = ch->bytes_per_frame[0]; in uaudio_chan_play_callback()2655 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()2657 (ch->bytes_per_frame[1] - ch->bytes_per_frame[0])); in uaudio_chan_record_callback()