Searched defs:RTPVideoHeaderVP9 (Results 1 – 1 of 1) sorted by relevance
111 struct RTPVideoHeaderVP9 { struct112 void InitRTPVideoHeaderVP9() { in InitRTPVideoHeaderVP9() argument133 bool inter_pic_predicted; // This layer frame is dependent on previously135 bool flexible_mode; // This frame is in flexible mode.136 bool beginning_of_frame; // True if this packet is the first in a VP9 layer138 bool end_of_frame; // True if this packet is the last in a VP9 layer frame.139 bool ss_data_available; // True if SS data is available in this payload141 bool non_ref_for_inter_layer_pred; // True for frame which is not used as143 int16_t picture_id; // PictureID index, 15 bits;145 int16_t max_picture_id; // Maximum picture ID index; either 0x7F or 0x7FFF;[all …]