Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/include/
H A Dvp9_globals.h111 struct RTPVideoHeaderVP9 { struct
112 void InitRTPVideoHeaderVP9() { in InitRTPVideoHeaderVP9() argument
133 bool inter_pic_predicted; // This layer frame is dependent on previously
135 bool flexible_mode; // This frame is in flexible mode.
136 bool beginning_of_frame; // True if this packet is the first in a VP9 layer
138 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 payload
141 bool non_ref_for_inter_layer_pred; // True for frame which is not used as
143 int16_t picture_id; // PictureID index, 15 bits;
145 int16_t max_picture_id; // Maximum picture ID index; either 0x7F or 0x7FFF;
[all …]