Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp213 uint32_t probePcmLength = samplesPerFrame_ * sizeof(Mp3DecoderSample) * channels_; in AudioDecoderMp3Process() local
214 if (outData->GetCapacity() < probePcmLength) { in AudioDecoderMp3Process()
217 int16_t *pcmPtr = (int16_t *)outData->GetWritableAddr(probePcmLength, 0); in AudioDecoderMp3Process()