Home
last modified time | relevance | path

Searched defs:sr_hz (Results 1 – 8 of 8) sorted by relevance

/btstack/3rd-party/lc3-google/src/
H A Dlc3.c89 LC3_EXPORT int lc3_hr_frame_samples(bool hrmode, int dt_us, int sr_hz) in lc3_hr_frame_samples()
100 LC3_EXPORT int lc3_frame_samples(int dt_us, int sr_hz) in lc3_frame_samples()
109 bool hrmode, int dt_us, int sr_hz, int nchannels, int bitrate) in lc3_hr_frame_block_bytes()
131 bool hrmode, int dt_us, int sr_hz, int bitrate) in lc3_hr_frame_bytes()
145 bool hrmode, int dt_us, int sr_hz, int nbytes) in lc3_hr_resolve_bitrate()
164 LC3_EXPORT int lc3_hr_delay_samples(bool hrmode, int dt_us, int sr_hz) in lc3_hr_delay_samples()
175 LC3_EXPORT int lc3_delay_samples(int dt_us, int sr_hz) in lc3_delay_samples()
371 LC3_EXPORT unsigned lc3_hr_encoder_size(bool hrmode, int dt_us, int sr_hz) in lc3_hr_encoder_size()
381 LC3_EXPORT unsigned lc3_encoder_size(int dt_us, int sr_hz) in lc3_encoder_size()
390 bool hrmode, int dt_us, int sr_hz, int sr_pcm_hz, void *mem) in lc3_hr_setup_encoder()
[all …]
/btstack/3rd-party/lc3-google/include/
H A Dlc3_private.h40 #define LC3_NS(dt_us, sr_hz) \ argument
43 #define LC3_ND(dt_us, sr_hz) \ argument
47 #define LC3_NH(dt_us, sr_hz) \ argument
51 #define LC3_NT(sr_hz) \ argument
127 #define LC3_ENCODER_BUFFER_COUNT(dt_us, sr_hz) \ argument
131 #define LC3_ENCODER_MEM_T(dt_us, sr_hz) \ argument
165 #define LC3_DECODER_BUFFER_COUNT(dt_us, sr_hz) \ argument
169 #define LC3_DECODER_MEM_T(dt_us, sr_hz) \ argument
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/test/
H A Dlc3_py.c32 int dt_us, sr_hz; in setup_encoder_py() local
81 int dt_us, sr_hz; in setup_decoder_py() local
H A Ddecoder.py31 def __init__(self, dt_ms, sr_hz): argument
H A Dencoder.py32 def __init__(self, dt_ms, sr_hz): argument
/btstack/3rd-party/lc3-google/fuzz/
H A Ddfuzz.cc32 int sr_hz = fdp.PickValueInArray(sr_list); in LLVMFuzzerTestOneInput() local
H A Defuzz.cc79 int sr_hz = fdp.PickValueInArray(sr_list); in LLVMFuzzerTestOneInput() local