Home
last modified time | relevance | path

Searched defs:kMaxNumSamplesPerChannel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.h50 kMaxNumSamplesPerChannel = 8192, enumerator
/aosp_15_r20/external/tremolo/fuzzer/
H A Dvorbis_dec_fuzzer.cpp31 constexpr int16_t kMaxNumSamplesPerChannel = 8192; variable
/aosp_15_r20/external/tremolo/tests/
H A DVorbisDecoderTest.cpp28 constexpr uint32_t kMaxNumSamplesPerChannel = 8192; variable