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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h 26 // Common definition for video, including fourcc and VideoFormat
101 // Definition of VideoFormat.
106 struct VideoFormat {
109 VideoFormat() : width(0), height(0), interval(0), fourcc(0) {}
111 VideoFormat(int w, int h, int64 interval_ns, uint32 cc)
118 VideoFormat(const VideoFormat& format)
135 bool operator==(const VideoFormat& format) const {
140 bool operator!=(const VideoFormat& format) const {
144 bool operator<(const VideoFormat& format) const
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 35 class VideoFormat:
192 return VideoFormat('dummy_format', 'Dummy Video Format', width, height, macrgb)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 26 // Common definition for video, including fourcc and VideoFormat.
162 // Definition of VideoFormat.
165 // VideoFormat with Plain Old Data for global variables.
173 struct VideoFormat : VideoFormatPod {
177 VideoFormat() {
181 VideoFormat(int w, int h, int64 interval_ns, uint32 cc) {
185 explicit VideoFormat(const VideoFormatPod& format) {
206 bool operator==(const VideoFormat& format) const {
211 bool operator!=(const VideoFormat& format) const {
215 bool operator<(const VideoFormat& format) const
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 766 public final class VideoFormat {
    [all...]

Completed in 214 milliseconds