Home
last modified time | relevance | path

Searched refs:lsx_padbytes (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dhcom.c465 lsx_padbytes(ft, (size_t) 65-3); in stopwrite()
467 lsx_padbytes(ft, (size_t) 83-69); in stopwrite()
470 lsx_padbytes(ft, (size_t) 128 - 91); in stopwrite()
483 lsx_padbytes(ft, 128u - (compressed_len % 128)); in stopwrite()
H A Dmaud.c233 lsx_padbytes(ft, (size_t) (mdat_size%2)); in stopwrite()
321 lsx_padbytes(ft, (size_t)1); in maudwriteheader()
H A Dsox-fmt.c93 ||lsx_padbytes(ft, comments_bytes - comments_len); in write_header()
H A Dsf.c132 ||lsx_padbytes(ft, FIXED_HDR - 20 - len); in write_header()
H A Dsphere.c180 lsx_padbytes(ft, 1024 - (size_t)lsx_tell(ft)); in write_header()
H A Dgsrt.c144 || lsx_padbytes(ft, PADDING_SIZE) ? SOX_EOF : SOX_SUCCESS; in start_write()
H A Dau.c215 ||lsx_padbytes(ft, info_len - len); in write_header()
H A Dsox_i.h144 int lsx_padbytes(sox_format_t * ft, size_t n);
H A Dformats_i.c118 int lsx_padbytes(sox_format_t * ft, size_t n) in lsx_padbytes() function
H A Dwav.c1558lsx_padbytes(ft, (size_t)((wav->numSamples + wav->samplesPerBlock - 1)/wav->samplesPerBlock*wav->b… in stopwrite()