HomeSort by relevance Sort by last modified time
    Searched refs:VideoType (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/libyuv/include/
scaler.h 42 VideoType src_video_type, VideoType dst_video_type,
56 bool SupportedVideoType(VideoType src_video_type,
57 VideoType dst_video_type);
webrtc_libyuv.h 27 enum VideoType {
49 // Conversion between the RawVideoType and the LibYuv videoType.
51 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type);
85 int CalcBufferSize(VideoType type, int width, int height);
118 int ConvertToI420(VideoType src_video_type,
135 VideoType dst_video_type, int dst_sample_size,
140 VideoType dst_video_type, int dst_sample_size,
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler.cc 30 VideoType src_video_type, VideoType dst_video_type,
79 bool Scaler::SupportedVideoType(VideoType src_video_type,
80 VideoType dst_video_type) {
webrtc_libyuv.cc 23 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type) {
69 int CalcBufferSize(VideoType type, int width, int height) {
191 int ConvertVideoType(VideoType video_type) {
229 int ConvertToI420(VideoType src_video_type,
259 VideoType dst_video_type, int dst_sample_size,
274 VideoType dst_video_type, int dst_sample_size,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 56 webrtc::VideoType type = webrtc::kI420);
58 webrtc::VideoType type = webrtc::kI420);
63 webrtc::VideoType GetType() const { return _type; }
90 webrtc::VideoType _type;
video_source.cc 29 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
44 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.h 58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420);
60 float frameRate = 30, webrtc::VideoType type = webrtc::kI420);
65 webrtc::VideoType GetType() const { return _type; }
78 webrtc::VideoType _type;
video_source.cc 29 float frameRate, webrtc::VideoType type /*= webrtc::kI420*/)
44 float frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
normal_test.h 100 webrtc::VideoCodecType VideoType() const { return _videoType; };
normal_test.cc 94 switch (_test.VideoType())
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.h 64 int GetWidthHeight(VideoType type, int bufferSize, int& width,
  /external/libnfc-nci/src/udrv/include/
ucodec.h 186 tUCODEC_VIDEO_FEAT_TYPE VideoType;
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.cc 274 const VideoType commonVideoType =
  /external/chromium_org/third_party/webrtc/video_engine/
vie_renderer.cc 196 VideoType type =

Completed in 772 milliseconds