Searched refs:has_picture_id (Results 1 – 1 of 1) sorted by relevance
91 bool has_picture_id = (*data & 0x80) ? true : false; // I bit in ParseVP8Extension() local101 if (has_picture_id) { in ParseVP8Extension()