Searched refs:bytes_per_frame (Results 1 – 1 of 1) sorted by relevance
258 uint16_t bytes_per_frame[2]; member1499 chan->bytes_per_frame[0] = in uaudio_configure_msg_sub()1501 chan->bytes_per_frame[1] = howmany(chan_alt->sample_rate, fps) * in uaudio_configure_msg_sub()1510 buf_size = (chan->bytes_per_frame[1] * frames); in uaudio_configure_msg_sub()2461 if (ch->bytes_per_frame[1] > mfl) { in uaudio_chan_play_callback()2464 ch->bytes_per_frame[1], in uaudio_chan_play_callback()2487 frame_len = ch->bytes_per_frame[1]; in uaudio_chan_play_callback()2489 frame_len = ch->bytes_per_frame[0]; in uaudio_chan_play_callback()2576 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()2578 (ch->bytes_per_frame[1] - ch->bytes_per_frame[0])); in uaudio_chan_record_callback()