| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | id3.c | 101 if (ID3_TAG_QUERYSIZE != lsx_readbuf(info->ft, query, ID3_TAG_QUERYSIZE) || in add_tag() 107 ID3_TAG_QUERYSIZE != lsx_readbuf(info->ft, query, ID3_TAG_QUERYSIZE) || in add_tag() 130 lsx_readbuf(info->ft, buffer + ID3_TAG_QUERYSIZE, (size_t)size - ID3_TAG_QUERYSIZE)) { in add_tag()
|
| H A D | avr.c | 75 lsx_readbuf(ft, avr->name, sizeof(avr->name)); in startread() 130 lsx_readbuf(ft, avr->ext, sizeof(avr->ext)); in startread() 132 lsx_readbuf(ft, avr->user, sizeof(avr->user)); in startread()
|
| H A D | 8svx.c | 73 lsx_readbuf(ft, buf,(size_t)1); in startread() 88 if (lsx_readbuf(ft, chunk_buf,(size_t)chunksize) in startread() 106 if (lsx_readbuf(ft, chunk_buf,(size_t)chunksize) in startread() 191 chunk != lsx_readbuf(ft, p->buf[ch], chunk)) in read_samples()
|
| H A D | amr.h | 69 if (lsx_readbuf(ft, &coded[0], (size_t)1) != 1) in decode_1_frame() 77 if (lsx_readbuf(ft, &coded[1], n) != n) in decode_1_frame() 143 for (frames = 0; lsx_readbuf(ft, &coded, (size_t)1) == 1; ++frames) { in amr_duration_frames()
|
| H A D | formats_i.c | 96 size_t lsx_readbuf(sox_format_t * ft, void *buf, size_t len) in lsx_readbuf() function 239 if (lsx_readbuf(ft, &in, (size_t)1) != 1) in lsx_reads() 349 nread = lsx_readbuf(ft, buf, len * size) / size; \ 368 nread = lsx_readbuf(ft, data, len * size) / size; \ 404 size_t ret = lsx_readbuf(ft, chars, len); in READ1_FUNC()
|
| H A D | aiff.c | 481 if (lsx_readbuf(ft, *text, (size_t) chunksize) != chunksize) in textChunk() 494 if (lsx_readbuf(ft, &c, (size_t)1) != 1) in textChunk() 539 …if (lsx_readbuf(ft, *text + totalCommentLength - commentLength, (size_t) commentLength) != comment… in commentChunk() 548 if (lsx_readbuf(ft, &c, (size_t)1) != 1) { in commentChunk() 561 lsx_readbuf(ft, &c, (size_t)1); in commentChunk() 576 if (lsx_readbuf(ft, buf, (size_t)4) != 4) in lsx_aiffstopread() 946 if (lsx_readbuf(ft, buf, (size_t)10) != 10) in read_ieee_extended()
|
| H A D | libsox.sym | 28 lsx_readbuf
|
| H A D | xa.c | 91 if (lsx_readbuf(ft, xa->header.magic, (size_t)4) != 4 || in startread() 208 bytes = lsx_readbuf(ft, xa->buf, (size_t) xa->blockSize); in read_samples()
|
| H A D | wav.c | 181 bytesRead = lsx_readbuf(ft, wav->packet, (size_t)wav->blockAlign); in ImaAdpcmReadBlock() 284 bytesRead = lsx_readbuf(ft, wav->packet, (size_t) wav->blockAlign); in AdpcmReadBlock() 424 bytes = lsx_readbuf(ft, frame, (size_t)65); in wavgsmread() 765 r = lsx_readbuf(ft, tag, 4); in read_chunk_header() 816 if (lsx_readbuf(ft, magic, 4) < 4 || memcmp(magic, "WAVE", 4)) { in startread()
|
| H A D | smp.c | 93 if (lsx_readbuf(ft, trailer->markers[i].name, MARKERLEN) != MARKERLEN) in readtrailer() 225 if (lsx_readbuf(ft, &header, HEADERSIZE) != HEADERSIZE) in sox_smpstartread()
|
| H A D | mp3.c | 294 bytes_read = lsx_readbuf(ft, p->mp3_buffer+remaining, in sox_mp3_input() 406 ReadSize = lsx_readbuf(ft, p->mp3_buffer, p->mp3_buffer_size); in startread() 594 read = lsx_readbuf(ft, p->mp3_buffer + leftover, p->mp3_buffer_size - leftover); in sox_mp3seek() 743 bytes_read = lsx_readbuf(ft, id3v2_header, sizeof(id3v2_header)); in get_id3v2_tag_size()
|
| H A D | mp3-util.h | 96 read = lsx_readbuf(ft, p->mp3_buffer + leftover, p->mp3_buffer_size - leftover); in mp3_duration()
|
| H A D | opus.c | 53 return lsx_readbuf(ft, ptr, (size_t)nbytes); in callback_read()
|
| H A D | sphere.c | 115 bytes_read = lsx_readbuf(ft, buf, header_size); in start_read()
|
| H A D | gsm.c | 121 r = lsx_readbuf(ft, p->frames, p->channels * FRAMESIZE); in sox_gsmread()
|
| H A D | maud.c | 164 if (lsx_readbuf(ft, chunk_buf, (size_t)chunksize) in startread()
|
| H A D | prc.c | 118 lsx_readbuf(ft, head, sizeof(prc_header)); in prc_checkheader()
|
| H A D | vorbis.c | 68 size_t ret = lsx_readbuf(ft, ptr, size * nmemb); in callback_read()
|
| H A D | voc.c | 222 if (lsx_readbuf(ft, header, (size_t)20) != 20) { in startread()
|
| H A D | sox_i.h | 142 size_t lsx_readbuf(sox_format_t * ft, void *buf, size_t len);
|
| H A D | sndfile.c | 229 return lsx_readbuf((sox_format_t *)user_data, ptr, (size_t)count); in vio_read()
|
| H A D | flac.c | 62 *bytes = lsx_readbuf(ft, buffer, *bytes); in decoder_read_callback()
|
| H A D | cvsd.c | 487 if (lsx_readbuf(ft, hdrbuf, sizeof(hdrbuf)) != sizeof(hdrbuf)) in dvms_read_header()
|
| H A D | formats.c | 51 size_t len = lsx_readbuf(ft, data, ft->seekable? sizeof(data) : PIPE_AUTO_DETECT_SIZE); in auto_detect_format()
|