Home
last modified time | relevance | path

Searched refs:lsx_readbuf (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Did3.c101 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 Davr.c75 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 D8svx.c73 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 Damr.h69 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 Dformats_i.c96 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 Daiff.c481 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 Dlibsox.sym28 lsx_readbuf
H A Dxa.c91 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 Dwav.c181 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 Dsmp.c93 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 Dmp3.c294 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 Dmp3-util.h96 read = lsx_readbuf(ft, p->mp3_buffer + leftover, p->mp3_buffer_size - leftover); in mp3_duration()
H A Dopus.c53 return lsx_readbuf(ft, ptr, (size_t)nbytes); in callback_read()
H A Dsphere.c115 bytes_read = lsx_readbuf(ft, buf, header_size); in start_read()
H A Dgsm.c121 r = lsx_readbuf(ft, p->frames, p->channels * FRAMESIZE); in sox_gsmread()
H A Dmaud.c164 if (lsx_readbuf(ft, chunk_buf, (size_t)chunksize) in startread()
H A Dprc.c118 lsx_readbuf(ft, head, sizeof(prc_header)); in prc_checkheader()
H A Dvorbis.c68 size_t ret = lsx_readbuf(ft, ptr, size * nmemb); in callback_read()
H A Dvoc.c222 if (lsx_readbuf(ft, header, (size_t)20) != 20) { in startread()
H A Dsox_i.h142 size_t lsx_readbuf(sox_format_t * ft, void *buf, size_t len);
H A Dsndfile.c229 return lsx_readbuf((sox_format_t *)user_data, ptr, (size_t)count); in vio_read()
H A Dflac.c62 *bytes = lsx_readbuf(ft, buffer, *bytes); in decoder_read_callback()
H A Dcvsd.c487 if (lsx_readbuf(ft, hdrbuf, sizeof(hdrbuf)) != sizeof(hdrbuf)) in dvms_read_header()
H A Dformats.c51 size_t len = lsx_readbuf(ft, data, ft->seekable? sizeof(data) : PIPE_AUTO_DETECT_SIZE); in auto_detect_format()