Searched refs:file_ptr_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_file.c79 snd_pcm_uframes_t file_ptr_bytes; member in struct:__anon1467
354 size_t cont = file->wbuf_size_bytes - file->file_ptr_bytes;
357 err = write(file->fd, file->wbuf + file->file_ptr_bytes, n);
364 file->file_ptr_bytes += err;
365 if (file->file_ptr_bytes == file->wbuf_size_bytes)
366 file->file_ptr_bytes = 0;
623 file->appl_ptr = file->file_ptr_bytes = 0;

Completed in 43 milliseconds