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

  /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...]
  /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 77 milliseconds