Home | History | Annotate | Download | only in base

Lines Matching refs:VideoCodec

193 struct VideoCodec : public Codec {
199 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr)
207 VideoCodec()
215 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
221 VideoCodec& operator=(const VideoCodec& c) {
234 bool operator==(const VideoCodec& c) const {
246 bool operator!=(const VideoCodec& c) const {
250 static VideoCodec CreateRtxCodec(int rtx_payload_type,
261 // Validates a VideoCodec's payload type, dimensions and bitrates etc. If they
289 VideoEncoderConfig(const VideoCodec& c)
295 VideoEncoderConfig(const VideoCodec& c, int t, int p)
318 VideoCodec max_codec;