Searched refs:VideoFfmpegDecoderPlugin (Results 1 – 3 of 3) sorted by relevance
129 VideoFfmpegDecoderPlugin::VideoFfmpegDecoderPlugin(std::string name) in VideoFfmpegDecoderPlugin() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin139 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 …]
46 class VideoFfmpegDecoderPlugin : public CodecPlugin {48 explicit VideoFfmpegDecoderPlugin(std::string name);49 ~VideoFfmpegDecoderPlugin() override = default;
30 return std::make_shared<VideoFfmpegDecoderPlugin>(name); in VideoFfmpegDecoderCreator()