Searched refs:IsAnnexb4ByteStartCode (Results 1 – 1 of 1) sorted by relevance
27 bool IsAnnexb4ByteStartCode(const std::string& data, size_t pos) { in IsAnnexb4ByteStartCode() function64 assert(IsAnnexb4ByteStartCode(data, pos)); in GetBytesForNextAU()68 while (pos + 4 <= data.size() && !IsAnnexb4ByteStartCode(data, pos)) { in GetBytesForNextAU()