Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc91 bool has_picture_id = (*data & 0x80) ? true : false; // I bit in ParseVP8Extension() local
101 if (has_picture_id) { in ParseVP8Extension()