Home
last modified time | relevance | path

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

/liblc3-latest/fuzz/
Ddfuzz.cc46 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput()
55 fmt == PcmFormat::kS24 ? sizeof(int32_t) : in LLVMFuzzerTestOneInput()
Defuzz.cc57 fmt == PcmFormat::kS24 ? sizeof(int32_t) : in encode()
90 { PcmFormat::kS16, PcmFormat::kS24, in LLVMFuzzerTestOneInput()
101 case PcmFormat::kS24: { in LLVMFuzzerTestOneInput()
/liblc3-latest/include/
Dlc3_cpp.h44 kS24 = LC3_PCM_FORMAT_S24, enumerator
164 return EncodeImpl(PcmFormat::kS24, pcm, block_size, out); in Encode()
180 case PcmFormat::kS24: in Encode()
289 case PcmFormat::kS24: in Decode()