Searched refs:g72x (Results 1 – 7 of 7) sorted by relevance
/third_party/libsnd/src/G72x/ |
D | ChangeLog | 3 * g72x.c 8 * g72x.c 14 * g72x.h 23 Added prototypes moved from g72x.h. 29 * g72x.c 39 * g72x.h 41 g72x encoding/decoding to/from A-law or u-law and are not required by libsndfile.
|
D | README.original | 20 g72x.h header file for g721.c, g723_24.c and g723_40.c 22 g72x.c common denominator of G.721 and G.723 ADPCM codes 23 g721.c CCITT G.721 32Kbps ADPCM coder (with g72x.c) 24 g723_24.c CCITT G.723 24Kbps ADPCM coder (with g72x.c) 25 g723_40.c CCITT G.723 40Kbps ADPCM coder (with g72x.c) 46 #include "g72x.h"
|
/third_party/libsnd/src/ |
D | wavlike.c | 418 psf_log_printf (psf, " Bytes/sec : %d\n", wav_fmt->g72x.bytespersec) ; 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() 421 if (wav_fmt->g72x.extrabytes == 0) in wavlike_read_fmt_chunk() 422 psf_log_printf (psf, " Extra Bytes : %d (should be 2)\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk() 424 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk() 425 psf_log_printf (psf, " Aux Blk Size : %d\n", wav_fmt->g72x.auxblocksize) ; in wavlike_read_fmt_chunk() 428 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->g72x.extrabytes)) ; in wavlike_read_fmt_chunk() 429 …psf_log_printf (psf, " Extra Bytes : %d%s\n", wav_fmt->g72x.extrabytes, wav_fmt->g72x.extrabyte… in wavlike_read_fmt_chunk()
|
D | wavlike.h | 291 G72x_ADPCM_WAV_FMT g72x ; member
|
/third_party/libsnd/ |
D | BUILD.gn | 49 "src/G72x/g72x.c", 84 "src/g72x.c",
|
D | Makefile.am | 68 …ndfile.c src/aiff.c src/au.c src/avr.c src/caf.c src/dwd.c src/flac.c src/g72x.c src/htk.c src/irc… 109 src_G72x_libg72x_la_SOURCES = src/G72x/g72x.h src/G72x/g72x_priv.h \ 110 src/G72x/g721.c src/G72x/g723_16.c src/G72x/g723_24.c src/G72x/g723_40.c src/G72x/g72x.c
|
D | CMakeLists.txt | 259 src/g72x.c 306 src/G72x/g72x.h 312 src/G72x/g72x.c
|