Home
last modified time | relevance | path

Searched defs:VideoCodec (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoencoderfactory.h43 struct VideoCodec { struct
44 webrtc::VideoCodecType type; argument
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, in VideoCodec() argument
Dfakewebrtcvideoengine.h67 virtual int32_t InitDecode(const webrtc::VideoCodec*, int32_t) { in InitDecode()
/external/webrtc/talk/media/base/
Dcodec.h163 struct VideoCodec : public Codec { struct
169 VideoCodec(int id, argument
181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() argument
187 VideoCodec& operator=(const VideoCodec& c); argument
206 // Validates a VideoCodec's payload type, dimensions and bitrates etc. If they argument
Dcodec.cc224 VideoCodec::VideoCodec(int id, in VideoCodec() function in cricket::VideoCodec
236 VideoCodec::VideoCodec(int id, const std::string& name) in VideoCodec() function in cricket::VideoCodec
243 VideoCodec::VideoCodec() : Codec(), width(0), height(0), framerate(0) { in VideoCodec() function in cricket::VideoCodec
/external/webrtc/webrtc/
Dcommon_types.h687 struct VideoCodec { struct
688 VideoCodecType codecType; argument
702 VideoCodecUnion codecSpecific; argument
709 VideoCodecMode mode; argument
715 bool operator==(const VideoCodec& other) const { argument
739 bool operator!=(const VideoCodec& other) const { argument
/external/webrtc/webrtc/modules/utility/include/
Dfile_player.h93 virtual int32_t video_codec_info(VideoCodec& /*videoCodec*/) const in video_codec_info() argument
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.h101 VideoCaptureEncodeInterface* GetEncodeInterface(const VideoCodec& /*codec*/) in GetEncodeInterface()