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

  /external/webrtc/webrtc/common_video/libyuv/include/
scaler.h 43 VideoType src_video_type, VideoType dst_video_type,
55 bool SupportedVideoType(VideoType src_video_type,
56 VideoType dst_video_type);
webrtc_libyuv.h 28 enum VideoType {
50 // Conversion between the RawVideoType and the LibYuv videoType.
52 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type);
77 size_t CalcBufferSize(VideoType type, int width, int height);
109 int ConvertToI420(VideoType src_video_type,
128 VideoType dst_video_type,
134 VideoType dst_video_type,
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 58 webrtc::VideoType type = webrtc::kI420);
63 webrtc::VideoType type = webrtc::kI420);
68 webrtc::VideoType GetType() const { return _type; }
81 webrtc::VideoType _type;
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 32 VideoType src_video_type, VideoType dst_video_type,
99 bool Scaler::SupportedVideoType(VideoType src_video_type,
100 VideoType dst_video_type) {
webrtc_libyuv.cc 23 VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type) {
69 size_t CalcBufferSize(VideoType type, int width, int height) {
193 int ConvertVideoType(VideoType video_type) {
231 int ConvertToI420(VideoType src_video_type,
263 VideoType dst_video_type,
279 VideoType dst_video_type,
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.h 64 int GetWidthHeight(VideoType type, int bufferSize, int& width,
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 250 const VideoType commonVideoType =

Completed in 136 milliseconds