Searched defs:RTPVideoHeaderVP9 (Results 1 – 1 of 1) sorted by relevance
158 struct RTPVideoHeaderVP9 { struct159 void InitRTPVideoHeaderVP9() { in InitRTPVideoHeaderVP9() argument180 bool inter_pic_predicted; // This layer frame is dependent on previously182 bool flexible_mode; // This frame is in flexible mode.183 bool beginning_of_frame; // True if this packet is the first in a VP9 layer185 bool end_of_frame; // True if this packet is the last in a VP9 layer frame.186 bool ss_data_available; // True if SS data is available in this payload188 bool non_ref_for_inter_layer_pred; // True for frame which is not used as190 int16_t picture_id; // PictureID index, 15 bits;192 int16_t max_picture_id; // Maximum picture ID index; either 0x7F or 0x7FFF;[all …]