Searched refs:InitRateControl (Results 1 – 6 of 6) sorted by relevance
59 bool InitRateControl(const VP8RateControlRtcConfig &cfg);
68 if (!rc_api->InitRateControl(cfg)) return nullptr; in Create()80 bool VP8RateControlRTC::InitRateControl(const VP8RateControlRtcConfig &rc_cfg) { in InitRateControl() function in libvpx::VP8RateControlRTC
100 bool InitRateControl(const VP9RateControlRtcConfig &cfg);
33 if (!rc_api->InitRateControl(cfg)) return nullptr; in Create()70 bool VP9RateControlRTC::InitRateControl(const VP9RateControlRtcConfig &rc_cfg) { in InitRateControl() function in libvpx::VP9RateControlRTC
147 bool InitRateControl(const AV1RateControlRtcConfig &cfg);
89 if (!rc_api->InitRateControl(cfg)) return nullptr; in Create()129 bool AV1RateControlRTC::InitRateControl(const AV1RateControlRtcConfig &rc_cfg) { in InitRateControl() function in aom::AV1RateControlRTC