| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | nulfile.c | 22 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 D | sox-fmt.c | 24 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 D | skelform.c | 39 static int startread(sox_format_t * ft) in startread() function 212 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | pulseaudio.c | 83 static int startread(sox_format_t *ft) in startread() function 167 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | lpc10.c | 121 static int startread(sox_format_t * ft) in startread() function 220 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | sf.c | 70 static int startread(sox_format_t * ft) in startread() function 149 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | avr.c | 63 static int startread(sox_format_t * ft) in startread() function 282 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | opus.c | 88 static int startread(sox_format_t * ft) in startread() function 230 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | maud.c | 34 static int startread(sox_format_t * ft) in startread() function 339 startread, lsx_rawread, lsx_rawstopread, in LSX_FORMAT_HANDLER()
|
| H A D | tx16w.c | 73 static int startread(sox_format_t * ft) in startread() function 377 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | au.c | 125 static int startread(sox_format_t * ft) in startread() function 232 startread, lsx_rawread, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | amr.h | 160 static int startread(sox_format_t * ft) in startread() function 330 startread, read_samples, stopread, in AMR_FORMAT_FN()
|
| H A D | sndio.c | 165 static int startread(sox_format_t *ft) in startread() function 240 startread, readsamples, stopany, in LSX_FORMAT_HANDLER()
|
| H A D | 8svx.c | 27 static int startread(sox_format_t * ft) in startread() function 337 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | prc.c | 122 static int startread(sox_format_t * ft) in startread() function 444 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | xa.c | 85 static int startread(sox_format_t * ft) in startread() function 292 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | vorbis.c | 104 static int startread(sox_format_t * ft) in startread() function 424 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | coreaudio.c | 286 static int startread(sox_format_t *ft) in startread() function 413 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | voc.c | 213 static int startread(sox_format_t * ft) in startread() function 810 startread, read_samples, NULL, in LSX_FORMAT_HANDLER()
|
| H A D | hcom.c | 84 static int startread(sox_format_t * ft) in startread() function 497 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | sndfile.c | 341 static int startread(sox_format_t * ft) in startread() function 526 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
|
| H A D | mp3.c | 364 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 D | formats.c | 579 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 D | au0828-video.c | 315 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 D | em28xx-video.c | 461 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()
|