Searched defs:RTPVideoHeaderVP8 (Results 1 – 1 of 1) sorted by relevance
21 struct RTPVideoHeaderVP8 { struct22 void InitRTPVideoHeaderVP8() { in InitRTPVideoHeaderVP8() argument33 bool nonReference; // Frame is discardable.34 int16_t pictureId; // Picture ID index, 15 bits;36 int16_t tl0PicIdx; // TL0PIC_IDX, 8 bits;38 uint8_t temporalIdx; // Temporal layer index, or kNoTemporalIdx.39 bool layerSync; // This frame is a layer sync frame.41 int keyIdx; // 5 bits; kNoKeyIdx means not used.42 int partitionId; // VP8 partition ID43 bool beginningOfPartition; // True if this packet is the first