| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | skelform.c | 116 static int startwrite(sox_format_t * ft) in startwrite() function 213 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | ao.c | 34 static int startwrite(sox_format_t * ft) in startwrite() function 130 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | pulseaudio.c | 118 static int startwrite(sox_format_t * ft) in startwrite() function 168 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | lpc10.c | 133 static int startwrite(sox_format_t * ft) in startwrite() function 221 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | avr.c | 141 static int startwrite(sox_format_t * ft) in startwrite() function 283 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | maud.c | 195 static int startwrite(sox_format_t * ft) in startwrite() function 340 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | tx16w.c | 230 static int startwrite(sox_format_t * ft) in startwrite() function 378 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | amr.h | 231 static int startwrite(sox_format_t * ft) in startwrite() function 331 startwrite, write_samples, stopwrite, in AMR_FORMAT_FN()
|
| H A D | sndio.c | 170 static int startwrite(sox_format_t *ft) in startwrite() function 241 startwrite, writesamples, stopany, in LSX_FORMAT_HANDLER()
|
| H A D | 8svx.c | 212 static int startwrite(sox_format_t * ft) in startwrite() function 338 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | prc.c | 305 static int startwrite(sox_format_t * ft) in startwrite() function 445 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | vorbis.c | 294 static int startwrite(sox_format_t * ft) in startwrite() function 425 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | coreaudio.c | 336 static int startwrite(sox_format_t * ft) in startwrite() function 414 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | formats.c | 865 if (!handler->startwrite && !handler->write) { in sox_write_handler() 967 if (ft->handler.startwrite && (ft->handler.startwrite)(ft) != SOX_SUCCESS){ in open_write() 1058 : ft->handler.startwrite?(*ft->handler.startwrite)(ft) : SOX_SUCCESS; in sox_close()
|
| H A D | voc.c | 454 static int startwrite(sox_format_t * ft) in startwrite() function 811 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | hcom.c | 269 static int startwrite(sox_format_t * ft) in startwrite() function 498 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | sndfile.c | 410 static int startwrite(sox_format_t * ft) in startwrite() function 527 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | mp3.c | 881 static int startwrite(sox_format_t * ft) in startwrite() function 1275 static int startwrite(sox_format_t * ft UNUSED) in startwrite() function 1294 startwrite, sox_mp3write, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | wav.c | 1104 static int startwrite(sox_format_t * ft) in startwrite() function 1646 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
|
| H A D | sox.h | 1449 sox_format_handler_startwrite startwrite; /**< called to initialize writer (encoder) */ member
|
| H A D | sox.c | 2065 if (f->startwrite || f->write) { in usage_format1() 2525 if (handler->startwrite(ft) == SOX_SUCCESS) { in try_device()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/au0828/ |
| H A D | au0828-video.c | 315 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local 337 startwrite = fieldstart + offset; in au0828_copy_video() 341 if ((char *)startwrite + lencopy > (char *)outp + buf->length) { in au0828_copy_video() 343 ((char *)startwrite + lencopy) - in au0828_copy_video() 345 remain = (char *)outp + buf->length - (char *)startwrite; in au0828_copy_video() 350 memcpy(startwrite, startread, lencopy); in au0828_copy_video() 355 startwrite += lencopy + bytesperline; in au0828_copy_video() 362 if ((char *)startwrite + lencopy > (char *)outp + in au0828_copy_video() 365 ((char *)startwrite + lencopy) - in au0828_copy_video() 368 (char *)startwrite; in au0828_copy_video() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 461 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local 484 startwrite = fieldstart + offset; in em28xx_copy_video() 488 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video() 490 ((char *)startwrite + lencopy) - in em28xx_copy_video() 493 (char *)startwrite; in em28xx_copy_video() 498 memcpy(startwrite, startread, lencopy); in em28xx_copy_video() 504 startwrite += lencopy; in em28xx_copy_video() 506 startwrite += lencopy + bytesperline; in em28xx_copy_video() 513 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video() 516 ((char *)startwrite + lencopy) - in em28xx_copy_video() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-vbi.c | 617 void *startwrite; in cx231xx_do_vbi_copy() local 641 startwrite = p_out_buffer + offset; in cx231xx_do_vbi_copy() 646 memcpy(startwrite, p_buffer, lencopy); in cx231xx_do_vbi_copy()
|
| H A D | cx231xx-video.c | 646 void *startwrite; in cx231xx_do_copy() local 665 startwrite = p_out_buffer + offset; in cx231xx_do_copy() 668 startwrite += (dma_q->lines_completed * _line_size * 2); in cx231xx_do_copy() 671 startwrite += current_line_bytes_copied; in cx231xx_do_copy() 676 if ((u8 *)(startwrite + lencopy) > (u8 *)(p_out_buffer + dev->size)) in cx231xx_do_copy() 680 cx231xx_swab((u16 *) p_buffer, (u16 *) startwrite, (u16) lencopy); in cx231xx_do_copy()
|