Searched defs:VideoCodec (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h43 struct VideoCodec { struct in class:cricket::WebRtcVideoEncoderFactory
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, function in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
64 virtual const std::vector<VideoCodec>& codecs() const = 0;
/external/webrtc/talk/media/base/
H A Dcodec.h163 struct VideoCodec : public Codec { struct in namespace:cricket
169 VideoCodec(int id,
175 VideoCodec(int id, const std::string& name);
177 VideoCodec();
178 VideoCodec(const VideoCodec& c);
179 ~VideoCodec() = default;
181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
187 VideoCodec
[all...]
H A Dcodec.cc217 std::string VideoCodec::ToString() const {
219 os << "VideoCodec[" << id << ":" << name << ":" << width << ":" << height
224 VideoCodec::VideoCodec(int id, function in class:cricket::VideoCodec
236 VideoCodec::VideoCodec(int id, const std::string& name) function in class:cricket::VideoCodec
243 VideoCodec::VideoCodec() : Codec(), width(0), height(0), framerate(0) { function in class:cricket::VideoCodec
247 VideoCodec::VideoCodec(cons
[all...]
/external/webrtc/webrtc/
H A Dcommon_types.h687 struct VideoCodec { struct in namespace:webrtc
715 bool operator==(const VideoCodec& other) const {
739 bool operator!=(const VideoCodec& other) const {

Completed in 103 milliseconds