Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp1769 int IsStartWithID3(const uint8_t *buf, const char *tagName) in IsStartWithID3() function
1816 …if (getFileSize == Status::OK && getData > ID3V2_HEADER_SIZE && IsStartWithID3(buff.data(), "ID3")… in GetConfidence()