Searched defs:RTPVideoHeaderVP9 (Results 1 – 1 of 1) sorted by relevance
148 struct RTPVideoHeaderVP9 { struct149 void InitRTPVideoHeaderVP9() { in InitRTPVideoHeaderVP9() argument167 bool inter_pic_predicted; // This layer frame is dependent on previously169 bool flexible_mode; // This frame is in flexible mode.170 bool beginning_of_frame; // True if this packet is the first in a VP9 layer172 bool end_of_frame; // True if this packet is the last in a VP9 layer frame.173 bool ss_data_available; // True if SS data is available in this payload175 int16_t picture_id; // PictureID index, 15 bits;177 int16_t max_picture_id; // Maximum picture ID index; either 0x7F or 0x7FFF;178 int16_t tl0_pic_idx; // TL0PIC_IDX, 8 bits;[all …]