Searched refs:extrabytes (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | wavlike.h | 212 unsigned short extrabytes ; member 223 unsigned short extrabytes ; member 239 unsigned short extrabytes ; member 250 unsigned short extrabytes ; member 262 unsigned short extrabytes ; member 280 unsigned short extrabytes ; member
|
D | wavlike.c | 218 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->size20.extrabytes)) ; in wavlike_read_fmt_chunk() 219 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->size20.extrabytes) ; in wavlike_read_fmt_chunk() 229 …bytesread += psf_binheader_readf (psf, "22", &(wav_fmt->ima.extrabytes), &(wav_fmt->ima.samplesper… in wavlike_read_fmt_chunk() 230 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->ima.extrabytes) ; in wavlike_read_fmt_chunk() 252 bytesread += psf_binheader_readf (psf, "222", &(wav_fmt->msadpcm.extrabytes), in wavlike_read_fmt_chunk() 255 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->msadpcm.extrabytes) ; in wavlike_read_fmt_chunk() 294 …psf_binheader_readf (psf, "22", &(wav_fmt->gsm610.extrabytes), &(wav_fmt->gsm610.samplesperblock))… in wavlike_read_fmt_chunk() 305 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->gsm610.extrabytes) ; in wavlike_read_fmt_chunk() 316 psf_binheader_readf (psf, "224", &(wav_fmt->ext.extrabytes), &(wav_fmt->ext.validbits), in wavlike_read_fmt_chunk() 420 …{ bytesread += psf_binheader_readf (psf, "22", &(wav_fmt->g72x.extrabytes), &(wav_fmt->g72x.auxblo… in wavlike_read_fmt_chunk() [all …]
|
D | w64.c | 555 { int blockalign, framesperblock, bytespersec, extrabytes ; in w64_write_header() local 562 extrabytes = 2 + 2 + WAVLIKE_MSADPCM_ADAPT_COEFF_COUNT * (2 + 2) ; in w64_write_header() 563 fmt_size = 24 + 2 + 2 + 4 + 4 + 2 + 2 + 2 + extrabytes ; in w64_write_header() 574 …psf_binheader_writef (psf, "e22222", BHW2 (blockalign), BHW2 (4), BHW2 (extrabytes), BHW2 (framesp… in w64_write_header()
|
D | wav.c | 840 { int blockalign, framesperblock, bytespersec, extrabytes ; in wav_write_fmt_chunk() local 847 extrabytes = 2 + 2 + WAVLIKE_MSADPCM_ADAPT_COEFF_COUNT * (2 + 2) ; in wav_write_fmt_chunk() 848 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 + 2 + extrabytes ; in wav_write_fmt_chunk() 857 …psf_binheader_writef (psf, "22222", BHW2 (blockalign), BHW2 (4), BHW2 (extrabytes), BHW2 (framespe… in wav_write_fmt_chunk()
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 867 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local 877 for (extrabytes = 0; (prefix & mask) && (extrabytes < 7); extrabytes++) in epic_jb_decode_tile() 879 if (extrabytes > 3 || src_size < extrabytes) { in epic_jb_decode_tile() 884 els_dsize = prefix & ((0x80 >> extrabytes) - 1); // mask out the length prefix in epic_jb_decode_tile() 885 while (extrabytes-- > 0) { in epic_jb_decode_tile()
|