Home
last modified time | relevance | path

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

/liblc3-latest/fuzz/
Ddfuzz.cc47 PcmFormat::kS24In3Le, PcmFormat::kF32 }); in LLVMFuzzerTestOneInput()
57 fmt == PcmFormat::kF32 ? sizeof(float) : 0; in LLVMFuzzerTestOneInput()
Defuzz.cc59 fmt == PcmFormat::kF32 ? sizeof(float) : 0; in encode()
91 PcmFormat::kS24In3Le, PcmFormat::kF32 }); in LLVMFuzzerTestOneInput()
107 case PcmFormat::kF32: { in LLVMFuzzerTestOneInput()
/liblc3-latest/include/
Dlc3_cpp.h46 kF32 = LC3_PCM_FORMAT_FLOAT enumerator
168 return EncodeImpl(PcmFormat::kF32, pcm, block_size, out); in Encode()
189 case PcmFormat::kF32: in Encode()
277 return DecodeImpl(in, block_size, PcmFormat::kF32, pcm); in Decode()
298 case PcmFormat::kF32: in Decode()