Searched defs:Scaler (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/common_video/libyuv/include/
H A Dscaler.h31 class Scaler { class in namespace:webrtc
33 Scaler();
34 ~Scaler();
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler.cc18 Scaler::Scaler() function in class:webrtc::Scaler
26 Scaler::~Scaler() {}
28 int Scaler::Set(int src_width, int src_height,
48 int Scaler::Scale(const I420VideoFrame& src_frame,
79 bool Scaler::SupportedVideoType(VideoType src_video_type,

Completed in 239 milliseconds