Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dencoded_data_helper.cpp27 bool IsAnnexb4ByteStartCode(const std::string& data, size_t pos) { in IsAnnexb4ByteStartCode() function
64 assert(IsAnnexb4ByteStartCode(data, pos)); in GetBytesForNextAU()
68 while (pos + 4 <= data.size() && !IsAnnexb4ByteStartCode(data, pos)) { in GetBytesForNextAU()