Home
last modified time | relevance | path

Searched refs:cur_dst (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/audio/6.0/
Daudio_hw.c942 void *cur_dst = NULL; in read_frames_from_stream() local
946 cur_dst = &((uint8_t *)dst)[frames_read * frame_size]; in read_frames_from_stream()
947 frames_read += audio_vbuffer_read(src, cur_dst, frames_cnt - frames_read); in read_frames_from_stream()