Home
last modified time | relevance | path

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

/aosp_15_r20/external/liblc3/fuzz/
H A Defuzz.cc38 int pcm_samples = nchannels * e.GetFrameSamples(); in encode()
61 int pcm_bytes = nchannels * e.GetFrameSamples() * sample_bytes; in encode()
H A Ddfuzz.cc49 int frame_samples = dec.GetFrameSamples(); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/liblc3/include/
H A Dlc3_cpp.h74 int GetFrameSamples() { in GetFrameSamples() function