Searched refs:kS16 (Results 1 – 3 of 3) sorted by relevance
/liblc3-latest/fuzz/ |
D | dfuzz.cc | 46 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput() 54 fmt == PcmFormat::kS16 ? sizeof(int16_t) : in LLVMFuzzerTestOneInput()
|
D | efuzz.cc | 56 fmt == PcmFormat::kS16 ? sizeof(int16_t) : in encode() 90 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput() 98 case PcmFormat::kS16: in LLVMFuzzerTestOneInput()
|
/liblc3-latest/include/ |
D | lc3_cpp.h | 43 kS16 = LC3_PCM_FORMAT_S16, enumerator 160 return EncodeImpl(PcmFormat::kS16, pcm, block_size, out); in Encode() 175 case PcmFormat::kS16: in Encode() 269 return DecodeImpl(in, block_size, PcmFormat::kS16, pcm); in Decode() 284 case PcmFormat::kS16: in Decode()
|