Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc92 bool has_tl0_pic_idx = (*data & 0x40) ? true : false; // L bit in ParseVP8Extension() local
107 if (has_tl0_pic_idx) { in ParseVP8Extension()