Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dvideo_encoder.h264 struct RTC_EXPORT RateControlParameters { struct
289 bool operator==(const RateControlParameters& rhs) const; argument
Dvideo_encoder.cc266 VideoEncoder::RateControlParameters::RateControlParameters() in RateControlParameters() function in webrtc::VideoEncoder::RateControlParameters
271 VideoEncoder::RateControlParameters::RateControlParameters( in RateControlParameters() function in webrtc::VideoEncoder::RateControlParameters
278 VideoEncoder::RateControlParameters::RateControlParameters( in RateControlParameters() function in webrtc::VideoEncoder::RateControlParameters
/external/webrtc/sdk/android/api/org/webrtc/
DVideoEncoder.java240 public class RateControlParameters { class
255 public RateControlParameters(BitrateAllocation bitrate, double framerateFps) { in RateControlParameters() method in VideoEncoder.RateControlParameters