Searched refs:replay (Results 1 – 3 of 3) sorted by relevance
65 position = audio->replay->pos; in _audio_send_replay_frame()78 audio->replay->pos += dst_size; in _audio_send_replay_frame()143 if (audio->replay->write_index) in _audio_flush_replay_frame()295 audio->replay = RT_NULL; in _audio_dev_init()303 if (replay == RT_NULL) in _audio_dev_init()309 if (replay->mp == RT_NULL) in _audio_dev_init()311 rt_free(replay); in _audio_dev_init()323 audio->replay = replay; in _audio_dev_init()397 audio->replay->pos = 0; in _audio_dev_open()514 audio->replay->write_data = rt_mp_alloc(audio->replay->mp, RT_WAITING_FOREVER); in _audio_dev_write()[all …]
263 struct rt_audio_replay *replay; /**< Pointer to audio replay structure */ member
87 struct rt_audio_buf_info buf_info = audio_dev->replay->buf_info; in player_test()
Completed in 11 milliseconds