Searched refs:bytes_per_frame (Results 1 – 1 of 1) sorted by relevance
258 uint16_t bytes_per_frame[2]; member1505 chan->bytes_per_frame[0] = in uaudio_configure_msg_sub()1507 chan->bytes_per_frame[1] = howmany(chan_alt->sample_rate, fps) * in uaudio_configure_msg_sub()1516 buf_size = (chan->bytes_per_frame[1] * frames); in uaudio_configure_msg_sub()2467 if (ch->bytes_per_frame[1] > mfl) { in uaudio_chan_play_callback()2470 ch->bytes_per_frame[1], in uaudio_chan_play_callback()2493 frame_len = ch->bytes_per_frame[1]; in uaudio_chan_play_callback()2495 frame_len = ch->bytes_per_frame[0]; in uaudio_chan_play_callback()2582 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()2584 (ch->bytes_per_frame[1] - ch->bytes_per_frame[0])); in uaudio_chan_record_callback()