Searched refs:IsAnnexb3ByteStartCode (Results 1 – 1 of 1) sorted by relevance
21 bool IsAnnexb3ByteStartCode(const std::string& data, size_t pos) { in IsAnnexb3ByteStartCode() function41 while (pos + 3 <= data.size() && !IsAnnexb3ByteStartCode(data, pos)) { in GetPosForNextNALUHeader()