Searched refs:lsx_padbytes (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | hcom.c | 465 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 D | maud.c | 233 lsx_padbytes(ft, (size_t) (mdat_size%2)); in stopwrite() 321 lsx_padbytes(ft, (size_t)1); in maudwriteheader()
|
| H A D | sox-fmt.c | 93 ||lsx_padbytes(ft, comments_bytes - comments_len); in write_header()
|
| H A D | sf.c | 132 ||lsx_padbytes(ft, FIXED_HDR - 20 - len); in write_header()
|
| H A D | sphere.c | 180 lsx_padbytes(ft, 1024 - (size_t)lsx_tell(ft)); in write_header()
|
| H A D | gsrt.c | 144 || lsx_padbytes(ft, PADDING_SIZE) ? SOX_EOF : SOX_SUCCESS; in start_write()
|
| H A D | au.c | 215 ||lsx_padbytes(ft, info_len - len); in write_header()
|
| H A D | sox_i.h | 144 int lsx_padbytes(sox_format_t * ft, size_t n);
|
| H A D | formats_i.c | 118 int lsx_padbytes(sox_format_t * ft, size_t n) in lsx_padbytes() function
|
| H A D | wav.c | 1558 …lsx_padbytes(ft, (size_t)((wav->numSamples + wav->samplesPerBlock - 1)/wav->samplesPerBlock*wav->b… in stopwrite()
|