Home
last modified time | relevance | path

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

/external/libopus/fuzzer/
Dopus_dec_fuzzer.cpp89 size_t sizePcm = sizeof(*mPcm) * kMaxFrameSample * mNoOfChannels; in initDecoder() local
90 mPcm = static_cast<opus_int16 *>(malloc(sizePcm)); in initDecoder()
94 memset(mPcm, 0x0, sizePcm); in initDecoder()