HomeSort by relevance Sort by last modified time
    Searched defs:VideoCodec (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoencoderfactory.h 43 struct VideoCodec {
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
82 virtual const std::vector<VideoCodec>& codecs() const = 0;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
codec.h 86 struct VideoCodec {
96 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr)
100 VideoCodec()
104 bool Matches(const VideoCodec& codec) const;
106 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
112 VideoCodec& operator=(const VideoCodec& c) {
122 bool operator==(const VideoCodec& c) const {
131 bool operator!=(const VideoCodec& c) const
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 189 struct VideoCodec : public Codec {
195 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr)
203 VideoCodec()
211 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
217 VideoCodec& operator=(const VideoCodec& c) {
230 bool operator==(const VideoCodec& c) const {
242 bool operator!=(const VideoCodec& c) const {
269 VideoEncoderConfig(const VideoCodec& c
    [all...]
  /external/chromium_org/media/base/
video_decoder_config.h 19 enum VideoCodec {
76 VideoDecoderConfig(VideoCodec codec,
88 void Initialize(VideoCodec codec,
110 VideoCodec codec() const;
138 VideoCodec codec_;
  /frameworks/av/include/media/
MediaProfiles.h 216 struct VideoCodec {
217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
224 VideoCodec(const VideoCodec& copy) {
232 ~VideoCodec() {}
277 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
290 VideoCodec *mVideoCodec;
389 static void logVideoCodec(const VideoCodec& codec);
401 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
  /external/webrtc/src/
common_types.h 561 struct VideoCodec

Completed in 84 milliseconds