Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h32 struct CodecSpecificInfoVP8 { struct
33 bool hasReceivedSLI;
34 uint8_t pictureIdSLI;
35 bool hasReceivedRPSI;
36 uint64_t pictureIdRPSI;
37 int16_t pictureId; // Negative value to skip pictureId.
38 bool nonReference;
39 uint8_t simulcastIdx;
40 uint8_t temporalIdx;
41 bool layerSync;
[all …]
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h30 struct CodecSpecificInfoVP8 { struct
31 bool hasReceivedSLI;
32 uint8_t pictureIdSLI;
33 bool hasReceivedRPSI;
34 uint64_t pictureIdRPSI;
35 int16_t pictureId; // Negative value to skip pictureId.
36 bool nonReference;
37 uint8_t simulcastIdx;
38 uint8_t temporalIdx;
39 bool layerSync;
[all …]