Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp144 return AudioDecoderMp3Process(inputBuffer_, outputBuffer); in GetPcmDataProcess()
207 Status Minimp3DecoderPlugin::AudioDecoderMp3Process(std::shared_ptr<Buffer> inBuffer, std::shared_p… in AudioDecoderMp3Process() function in OHOS::Media::Plugin::Minimp3::Minimp3DecoderPlugin
H A Dminimp3_decoder_plugin.h88 …Status AudioDecoderMp3Process(std::shared_ptr<Buffer> inBuffer, std::shared_ptr<Buffer> outBuffer);