Home
last modified time | relevance | path

Searched refs:lsx_tell (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dprc.c193 p->data_start = lsx_tell(ft); in startread()
324 p->data_start = lsx_tell(ft); in startwrite()
393 p->nbytes = lsx_tell(ft) - p->data_start; in stopwrite()
H A Dlibsox.sym39 lsx_tell
H A Dsf.c112 if (lsx_skipbytes(ft, FIXED_HDR - (size_t)lsx_tell(ft))) in startread()
H A Did3.c114 start = lsx_tell(info->ft); in add_tag()
H A Dopus.c75 return lsx_tell(ft); in callback_tell()
H A Dsphere.c180 lsx_padbytes(ft, 1024 - (size_t)lsx_tell(ft)); in write_header()
H A Dformats_i.c61 ft->data_start = lsx_tell(ft); in lsx_check_read_params()
154 off_t lsx_tell(sox_format_t * ft) in lsx_tell() function
H A Dflac.c87 if((pos = lsx_tell(ft)) < 0) in decoder_tell_callback()
380 else if ((pos = lsx_tell(ft)) < 0) in flac_stream_encoder_tell_callback()
H A Damr.h139 off_t frame_size, data_start_offset = lsx_tell(ft); in amr_duration_frames()
H A Dwavpack.c40 return lsx_tell((sox_format_t *)ft);} in ft_tell()
H A D8svx.c156 p->ch0_pos = lsx_tell(ft); in startread()
H A Dwav.c823 off_t cstart = lsx_tell(ft); in startread()
884 wav->dataStart = lsx_tell(ft); in startread()
896 pos = lsx_tell(ft); in startread()
H A Dvorbis.c91 return lsx_tell(ft); in callback_tell()
H A Daiff.c159 seekto = lsx_tell(ft); in lsx_aiffstartread()
313 offs = lsx_tell(ft); in lsx_aiffstartread()
H A Dsmp.c258 samplestart = lsx_tell(ft); in sox_smpstartread()
H A Dvoc.c750 v->blockseek = lsx_tell(ft); in blockstart()
H A Dsox_i.h205 off_t lsx_tell(sox_format_t * ft);
H A Dsndfile.c239 return lsx_tell((sox_format_t *)user_data); in vio_tell()
H A Dmp3.c836 file_size = lsx_tell(ft); in rewrite_tags()