Searched refs:probePcmLength (Results 1 – 1 of 1) sorted by relevance
213 uint32_t probePcmLength = samplesPerFrame_ * sizeof(Mp3DecoderSample) * channels_; in AudioDecoderMp3Process() local214 if (outData->GetCapacity() < probePcmLength) { in AudioDecoderMp3Process()217 int16_t *pcmPtr = (int16_t *)outData->GetWritableAddr(probePcmLength, 0); in AudioDecoderMp3Process()