Searched defs:VideoCodec (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libjingle/source/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 | 79 virtual int32 InitDecode(const webrtc::VideoCodec*, int32) { in InitDecode()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | codec.h | 86 struct VideoCodec { struct 96 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr) in VideoCodec() argument 100 VideoCodec() in VideoCodec() function 106 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() argument
|
D | mediaengine.h | 326 bool FindCodec(const VideoCodec&) { return false; } in FindCodec()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | codec.h | 189 struct VideoCodec : public Codec { struct 195 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr) in VideoCodec() argument 203 VideoCodec() in VideoCodec() function 211 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() argument
|
/external/webrtc/src/ |
D | common_types.h | 561 struct VideoCodec struct 563 VideoCodecType codecType; argument 575 VideoCodecUnion codecSpecific; argument 577 unsigned int qpMax; 578 unsigned char numberOfSimulcastStreams; 579 SimulcastStream simulcastStream[kMaxSimulcastStreams];
|
/external/chromium_org/media/base/ |
D | video_decoder_config.h | 19 enum VideoCodec { enum
|
/external/chromium_org/media/cast/ |
D | cast_config.h | 25 enum VideoCodec { enum
|