Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:remaining_bytes

1271         const size_t remaining_bytes = remaining_frames * frame_size;
1273 memset(((char*)buffer)+ bytes - remaining_bytes, 0, remaining_bytes);