Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.h70 static FileType GetFileTypeByName(const AVFormatContext& avFormatContext);
H A Dffmpeg_format_helper.cpp361 format.Set<Tag::MEDIA_FILE_TYPE>(GetFileTypeByName(avFormatContext)); in ParseMediaInfo()
493 FileType FFmpegFormatHelper::GetFileTypeByName(const AVFormatContext& avFormatContext) in GetFileTypeByName() function in OHOS::Media::Plugins::Ffmpeg::FFmpegFormatHelper
579 if (GetFileTypeByName(avFormatContext) == FileType::MP4) { in ParseVideoTrackInfo()
882 auto FileType = GetFileTypeByName(avFormatContext); in ParseHevcInfo()
H A Dffmpeg_demuxer_plugin.cpp482 if (FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MPEGTS && in NeedCombineFrame()
673 FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4) { in IsWebvttMP4()
947 …if (FFmpegFormatHelper::GetFileTypeByName(*formatContext) == FileType::FLV) { // Fix init live-flv… in ParseHeader()
1523 FALSE_RETURN_V_MSG_E(FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4, in GetIndexByRelativePresentationTimeUs()
1562 FALSE_RETURN_V_MSG_E(FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4, in GetRelativePresentationTimeUsByIndex()
H A Dffmpeg_reference_parser.cpp101 FileType type = FFmpegFormatHelper::GetFileTypeByName(*formatContext); in IsRefParserSupported()