Home
last modified time | relevance | path

Searched refs:startread (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnulfile.c22 static int startread(sox_format_t * ft) in startread() function
55 startread, read_samples,NULL,NULL, write_samples,NULL,NULL, NULL, NULL, 0 in LSX_FORMAT_HANDLER()
H A Dsox-fmt.c24 static int startread(sox_format_t * ft) in startread() function
104 startread, lsx_rawread, NULL, write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dskelform.c39 static int startread(sox_format_t * ft) in startread() function
212 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dpulseaudio.c83 static int startread(sox_format_t *ft) in startread() function
167 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dlpc10.c121 static int startread(sox_format_t * ft) in startread() function
220 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dsf.c70 static int startread(sox_format_t * ft) in startread() function
149 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
H A Davr.c63 static int startread(sox_format_t * ft) in startread() function
282 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
H A Dopus.c88 static int startread(sox_format_t * ft) in startread() function
230 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dmaud.c34 static int startread(sox_format_t * ft) in startread() function
339 startread, lsx_rawread, lsx_rawstopread, in LSX_FORMAT_HANDLER()
H A Dtx16w.c73 static int startread(sox_format_t * ft) in startread() function
377 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
H A Dau.c125 static int startread(sox_format_t * ft) in startread() function
232 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
H A Damr.h160 static int startread(sox_format_t * ft) in startread() function
330 startread, read_samples, stopread, in AMR_FORMAT_FN()
H A Dsndio.c165 static int startread(sox_format_t *ft) in startread() function
240 startread, readsamples, stopany, in LSX_FORMAT_HANDLER()
H A D8svx.c27 static int startread(sox_format_t * ft) in startread() function
337 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
H A Dprc.c122 static int startread(sox_format_t * ft) in startread() function
444 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dxa.c85 static int startread(sox_format_t * ft) in startread() function
292 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dvorbis.c104 static int startread(sox_format_t * ft) in startread() function
424 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dcoreaudio.c286 static int startread(sox_format_t *ft) in startread() function
413 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dvoc.c213 static int startread(sox_format_t * ft) in startread() function
810 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
H A Dhcom.c84 static int startread(sox_format_t * ft) in startread() function
497 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dsndfile.c341 static int startread(sox_format_t * ft) in startread() function
526 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dmp3.c364 static int startread(sox_format_t * ft) in startread() function
667 static int startread(sox_format_t * ft) in startread() function
1293 startread, sox_mp3read, stopread, in LSX_FORMAT_HANDLER()
H A Dformats.c579 if (!ft->handler.startread && !ft->handler.read) { in open_read()
600 if (ft->handler.startread && (*ft->handler.startread)(ft) != SOX_SUCCESS) { in open_read()
/OK3568_Linux_fs/kernel/drivers/media/usb/au0828/
H A Dau0828-video.c315 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
325 startread = p; in au0828_copy_video()
350 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
356 startread += lencopy; in au0828_copy_video()
373 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
419 unsigned char *startwrite, *startread; in au0828_copy_vbi() local
448 startread = p; in au0828_copy_vbi()
456 startwrite[j++] = startread[i+1]; in au0828_copy_vbi()
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-video.c461 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
468 startread = usb_buf; in em28xx_copy_video()
498 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
507 startread += lencopy; in em28xx_copy_video()
525 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()

12