Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/fuzz/
H A 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
H A Ddfuzz.cc33 int nchannels =fdp.PickValueInArray({1, 2}); in LLVMFuzzerTestOneInput() local
/btstack/3rd-party/lc3-google/python/
H A Dlc3.py29 def __init__(self, frame_duration, samplerate, nchannels, **kwargs): argument
192 def __init__(self, frame_duration, samplerate, nchannels=1, **kwargs): argument
315 def __init__(self, frame_duration, samplerate, nchannels=1, **kwargs): argument
/btstack/3rd-party/lc3-google/tools/
H A 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()
H A Dwave.c94 int *samplerate, int *nchannels, int *nframes) in wave_read_header()
145 int samplerate, int nchannels, int nframes) in wave_write_header()
H A Delc3.c163 int srate_hz, nchannels, nsamples; in main() local
H A Ddlc3.c163 int frame_us, srate_hz, nchannels, nsamples; in main() local
/btstack/3rd-party/lc3-google/include/
H A 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
/btstack/3rd-party/lc3-google/python/tools/
H A Dencoder.py53 nchannels = wavfile.getnchannels() variable
H A Ddecoder.py55 nchannels = header[4] variable
/btstack/3rd-party/lc3-google/src/
H A 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()