Searched refs:VideoSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h17 enum VideoSize enum
55 VideoSource(std::string fileName, VideoSize size, int frameRate = 30,
72 VideoSize GetSize() const;
73 static VideoSize GetSize(uint16_t width, uint16_t height);
77 static const char* GetSizeString(VideoSize size);
86 static int GetWidthHeight( VideoSize size, int& width, int& height);
H A Dvideo_source.cc28 VideoSource::VideoSource(std::string fileName, VideoSize size,
58 VideoSize
64 VideoSize
132 VideoSource::GetSizeString(VideoSize size)
272 VideoSource::GetWidthHeight( VideoSize size, int & width, int& height)
H A Dbenchmark.cc68 const VideoSize size[] = {kQCIF, kCIF};
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.h19 enum VideoSize enum
58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420);
67 int GetWidthHeight( VideoSize size);
H A Dvideo_source.cc28 VideoSource::VideoSource(std::string fileName, VideoSize size,
87 VideoSource::GetWidthHeight( VideoSize size)

Completed in 71 milliseconds