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