Searched refs:bytes_per_frame (Results 1 – 1 of 1) sorted by relevance
252 uint16_t bytes_per_frame[2]; member1465 chan->bytes_per_frame[0] = in uaudio_configure_msg_sub()1467 chan->bytes_per_frame[1] = howmany(chan_alt->sample_rate, fps) * in uaudio_configure_msg_sub()1476 buf_size = (chan->bytes_per_frame[1] * frames); in uaudio_configure_msg_sub()2425 if (ch->bytes_per_frame[1] > mfl) { in uaudio_chan_play_callback()2428 ch->bytes_per_frame[1], in uaudio_chan_play_callback()2451 frame_len = ch->bytes_per_frame[1]; in uaudio_chan_play_callback()2453 frame_len = ch->bytes_per_frame[0]; in uaudio_chan_play_callback()2541 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()2543 (ch->bytes_per_frame[1] - ch->bytes_per_frame[0])); in uaudio_chan_record_callback()