Searched refs:IsStartWithID3 (Results 1 – 1 of 1) sorted by relevance
1769 int IsStartWithID3(const uint8_t *buf, const char *tagName) in IsStartWithID3() function1816 …if (getFileSize == Status::OK && getData > ID3V2_HEADER_SIZE && IsStartWithID3(buff.data(), "ID3")… in GetConfidence()