Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp129 VideoFfmpegDecoderPlugin::VideoFfmpegDecoderPlugin(std::string name) in VideoFfmpegDecoderPlugin() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin
139 Status VideoFfmpegDecoderPlugin::Init() in Init()
159 Status VideoFfmpegDecoderPlugin::Deinit() in Deinit()
229 void VideoFfmpegDecoderPlugin::InitCodecContext() in InitCodecContext()
270 void VideoFfmpegDecoderPlugin::SetCodecExtraData() in SetCodecExtraData()
323 Status VideoFfmpegDecoderPlugin::Prepare() in Prepare()
348 Status VideoFfmpegDecoderPlugin::ResetLocked() in ResetLocked()
373 Status VideoFfmpegDecoderPlugin::Reset() in Reset()
379 Status VideoFfmpegDecoderPlugin::Start() in Start()
398 Status VideoFfmpegDecoderPlugin::Stop() in Stop()
[all …]
H A Dvideo_ffmpeg_decoder_plugin.h46 class VideoFfmpegDecoderPlugin : public CodecPlugin {
48 explicit VideoFfmpegDecoderPlugin(std::string name);
49 ~VideoFfmpegDecoderPlugin() override = default;
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestFFmpegVideoDecoder.cpp30 return std::make_shared<VideoFfmpegDecoderPlugin>(name); in VideoFfmpegDecoderCreator()