Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_encoder.h264 struct RTC_EXPORT RateControlParameters { struct
289 bool operator==(const RateControlParameters& rhs) const; argument
H A 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
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DVideoEncoder.java240 public class RateControlParameters { class
255 public RateControlParameters(BitrateAllocation bitrate, double framerateFps) { in RateControlParameters() method in VideoEncoder.RateControlParameters