Searched refs:decoderBufSize (Results 1 – 1 of 1) sorted by relevance
170 size_t decoderBufSize = pvmp3_decoderMemRequirements(); in initDecoder() local171 mDecoderBuf = malloc(decoderBufSize); in initDecoder()175 memset(mDecoderBuf, 0x0, decoderBufSize); in initDecoder()