Searched defs:VideoCodec (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoencoderfactory.h | 43 struct VideoCodec { struct 44 webrtc::VideoCodecType type; argument 50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, in VideoCodec() argument
|
D | fakewebrtcvideoengine.h | 67 virtual int32_t InitDecode(const webrtc::VideoCodec*, int32_t) { in InitDecode()
|
/external/webrtc/talk/media/base/ |
D | codec.h | 163 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
|
D | codec.cc | 224 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/ |
D | common_types.h | 687 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/ |
D | file_player.h | 93 virtual int32_t video_codec_info(VideoCodec& /*videoCodec*/) const in video_codec_info() argument
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.h | 101 VideoCaptureEncodeInterface* GetEncodeInterface(const VideoCodec& /*codec*/) in GetEncodeInterface()
|