Home
last modified time | relevance | path

Searched refs:kS16 (Results 1 – 3 of 3) sorted by relevance

/liblc3-latest/fuzz/
Ddfuzz.cc46 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput()
54 fmt == PcmFormat::kS16 ? sizeof(int16_t) : in LLVMFuzzerTestOneInput()
Defuzz.cc56 fmt == PcmFormat::kS16 ? sizeof(int16_t) : in encode()
90 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput()
98 case PcmFormat::kS16: in LLVMFuzzerTestOneInput()
/liblc3-latest/include/
Dlc3_cpp.h43 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()