Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/mp3dec/fuzzer/
Dmp3_dec_fuzzer.cpp170 size_t decoderBufSize = pvmp3_decoderMemRequirements(); in initDecoder() local
171 mDecoderBuf = malloc(decoderBufSize); in initDecoder()
175 memset(mDecoderBuf, 0x0, decoderBufSize); in initDecoder()