Home
last modified time | relevance | path

Searched defs:RTPVideoHeaderVP9 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h148 struct RTPVideoHeaderVP9 { struct
149 void InitRTPVideoHeaderVP9() { in InitRTPVideoHeaderVP9() argument
167 bool inter_pic_predicted; // This layer frame is dependent on previously
169 bool flexible_mode; // This frame is in flexible mode.
170 bool beginning_of_frame; // True if this packet is the first in a VP9 layer
172 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 payload
175 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 …]