Searched refs:kVp8StartCode (Results 1 – 1 of 1) sorted by relevance
111 static const uint8_t kVp8StartCode[] = {0x9d, 0x01, 0x2a}; in ParseFrameTag() local112 if (memcmp(stream_, kVp8StartCode, sizeof(kVp8StartCode)) != 0) in ParseFrameTag()115 stream_ += sizeof(kVp8StartCode); in ParseFrameTag()116 bytes_left_ -= sizeof(kVp8StartCode); in ParseFrameTag()