Home | History | Annotate | Download | only in webrtc

Lines Matching refs:VideoCodec

115   const std::vector<VideoCodec>& codecs() const;
159 bool FindCodec(const VideoCodec& in);
160 bool CanSendCodec(const VideoCodec& in, const VideoCodec& current,
161 VideoCodec* out);
164 bool ConvertFromCricketVideoCodec(const VideoCodec& in_codec,
165 webrtc::VideoCodec* out_codec);
199 bool SetDefaultCodec(const VideoCodec& codec);
200 bool RebuildCodecList(const VideoCodec& max_codec);
204 bool VerifyApt(const VideoCodec& in, int expected_apt) const;
220 std::vector<VideoCodec> video_codecs_;
254 virtual bool SetRecvCodecs(const std::vector<VideoCodec> &codecs);
255 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs);
256 virtual bool GetSendCodec(VideoCodec* send_codec);
339 bool SetSendCodec(const webrtc::VideoCodec& codec);
341 const webrtc::VideoCodec& codec);
357 void MaybeChangeBitrates(int channel_id, webrtc::VideoCodec* video_codec);
441 std::vector<webrtc::VideoCodec> receive_codecs_;
443 // TODO(holmer): This is a temporary solution until webrtc::VideoCodec has
454 talk_base::scoped_ptr<webrtc::VideoCodec> send_codec_;