Searched defs:dt_us (Results 1 – 6 of 6) sorted by relevance
/btstack/3rd-party/lc3-google/src/ |
H A D | lc3.c | 89 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() 125 LC3_EXPORT int lc3_frame_bock_bytes(int dt_us, int nchannels, int bitrate) in lc3_frame_bock_bytes() 131 bool hrmode, int dt_us, int sr_hz, int bitrate) in lc3_hr_frame_bytes() 136 LC3_EXPORT int lc3_frame_bytes(int dt_us, int bitrate) in lc3_frame_bytes() 145 bool hrmode, int dt_us, int sr_hz, int nbytes) in lc3_hr_resolve_bitrate() 156 LC3_EXPORT int lc3_resolve_bitrate(int dt_us, int nbytes) in lc3_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() [all …]
|
/btstack/3rd-party/lc3-google/include/ |
H A D | lc3_private.h | 40 #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 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 D | lc3_cpp.h | 53 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 D | lc3_py.c | 32 int dt_us, sr_hz; in setup_encoder_py() local 81 int dt_us, sr_hz; in setup_decoder_py() local
|
/btstack/3rd-party/lc3-google/fuzz/ |
H A D | dfuzz.cc | 31 int dt_us = fdp.PickValueInArray(dt_list); in LLVMFuzzerTestOneInput() local
|
H A D | efuzz.cc | 78 int dt_us = fdp.PickValueInArray(dt_list); in LLVMFuzzerTestOneInput() local
|