Home
last modified time | relevance | path

Searched defs:nchannels (Results 1 – 10 of 10) sorted by relevance

/liblc3-latest/fuzz/
Defuzz.cc35 int encode(Encoder &e, int nchannels, int frame_size, FuzzedDataProvider &fdp, in encode()
52 int encode(Encoder &e, int frame_size, int nchannels, in encode()
80 int nchannels = fdp.PickValueInArray({1, 2}); in LLVMFuzzerTestOneInput() local
Ddfuzz.cc33 int nchannels =fdp.PickValueInArray({1, 2}); in LLVMFuzzerTestOneInput() local
/liblc3-latest/tools/
Dlc3bin.c46 int *frame_us, int *srate_hz, bool *hrmode, int *nchannels, int *nsamples) in lc3bin_read_header()
78 int lc3bin_read_data(FILE *fp, int nchannels, void *buffer) in lc3bin_read_data()
95 int bitrate, int nchannels, int nsamples) in lc3bin_write_header()
Dwave.c94 int *samplerate, int *nchannels, int *nframes) in wave_read_header()
145 int samplerate, int nchannels, int nframes) in wave_write_header()
Delc3.c163 int srate_hz, nchannels, nsamples; in main() local
Ddlc3.c163 int frame_us, srate_hz, nchannels, nsamples; in main() local
/liblc3-latest/python/tools/
Dencoder.py53 nchannels = wavfile.getnchannels() variable
Ddecoder.py55 nchannels = header[4] variable
/liblc3-latest/include/
Dlc3_cpp.h53 Base(int dt_us, int sr_hz, int sr_pcm_hz, size_t nchannels, bool hrmode) in Base()
130 : Base(dt_us, sr_hz, sr_pcm_hz, nchannels, hrmode) { in Base() argument
238 : Base(dt_us, sr_hz, sr_pcm_hz, nchannels, hrmode) { in Base() argument
/liblc3-latest/src/
Dlc3.c109 bool hrmode, int dt_us, int sr_hz, int nchannels, int bitrate) in lc3_hr_frame_block_bytes()
125 LC3_EXPORT int lc3_frame_bock_bytes(int dt_us, int nchannels, int bitrate) in lc3_frame_bock_bytes()