Searched refs:InitCodecContext (Results 1 – 6 of 6) sorted by relevance
80 void InitCodecContext();
218 void VideoFfmpegEncoderPlugin::InitCodecContext() in InitCodecContext() function in OHOS::Media::Plugin::Ffmpeg::VideoFfmpegEncoderPlugin292 InitCodecContext(); in Prepare()
79 static std::shared_ptr<AVCodecContext> InitCodecContext(const AVStream& avStream);
425 std::shared_ptr<AVCodecContext> FFmpegDemuxerPlugin::InitCodecContext(const AVStream& avStream) in InitCodecContext() function in OHOS::Media::Plugin::Ffmpeg::FFmpegDemuxerPlugin501 auto codecContext = InitCodecContext(avStream); in ParseMediaData()
82 void InitCodecContext();
229 void VideoFfmpegDecoderPlugin::InitCodecContext() in InitCodecContext() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin334 InitCodecContext(); in Prepare()