Home
last modified time | relevance | path

Searched refs:sample_bytes (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lc3-google/fuzz/
H A Ddfuzz.cc53 int sample_bytes = in LLVMFuzzerTestOneInput() local
64 fmt, std::vector<uint8_t>(nchannels * frame_samples * sample_bytes).data()); in LLVMFuzzerTestOneInput()
H A Defuzz.cc55 int sample_bytes = in encode() local
61 int pcm_bytes = nchannels * e.GetFrameSamples() * sample_bytes; in encode()