Searched refs:remain_bytes (Results 1 – 1 of 1) sorted by relevance
58 rt_uint16_t position, remain_bytes = 0, index = 0; in _audio_send_replay_frame() local91 LOG_D("under run %d, remain %d", audio->replay->pos, remain_bytes); in _audio_send_replay_frame()92 audio->replay->pos -= remain_bytes; in _audio_send_replay_frame()102 &data[audio->replay->read_index], remain_bytes); in _audio_send_replay_frame()104 index += remain_bytes; in _audio_send_replay_frame()105 audio->replay->read_index += remain_bytes; in _audio_send_replay_frame()106 audio->replay->pos += remain_bytes; in _audio_send_replay_frame()496 rt_uint16_t block_size, remain_bytes, index = 0; in _audio_dev_write() local519 remain_bytes = MIN((block_size - audio->replay->write_index), (size - index)); in _audio_dev_write()522 index += remain_bytes; in _audio_dev_write()[all …]
Completed in 4 milliseconds