Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.h49 struct VCMProtectionParameters struct
51 VCMProtectionParameters() : rtt(0), lossPr(0.0f), bitRate(0.0f), in VCMProtectionParameters() argument
58 int rtt;
59 float lossPr;
60 float bitRate;
61 float packetsPerFrame;
62 float packetsPerFrameKey;
63 float frameRate;
64 float keyFrameSize;
65 uint8_t fecRateDelta;
[all …]