Lines Matching refs:VideoAdapter
78 const float* VideoAdapter::GetViewScaleFactors() const { in GetViewScaleFactors()
88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale()
126 float VideoAdapter::FindClosestScale(int width, int height, in FindClosestScale()
133 float VideoAdapter::FindClosestViewScale(int width, int height, in FindClosestViewScale()
142 float VideoAdapter::FindLowerScale(int width, int height, in FindLowerScale()
168 VideoAdapter::VideoAdapter() in VideoAdapter() function in cricket::VideoAdapter
180 VideoAdapter::~VideoAdapter() { in ~VideoAdapter()
183 void VideoAdapter::SetInputFormat(const VideoFormat& format) { in SetInputFormat()
201 VideoAdapter::SetInputFormat(format); in SetInputFormat()
224 void VideoAdapter::SetOutputFormat(const VideoFormat& format) { in SetOutputFormat()
237 const VideoFormat& VideoAdapter::input_format() { in input_format()
242 bool VideoAdapter::drops_all_frames() const { in drops_all_frames()
246 const VideoFormat& VideoAdapter::output_format() { in output_format()
252 void VideoAdapter::SetOutputNumPixels(int num_pixels) { in SetOutputNumPixels()
256 int VideoAdapter::GetOutputNumPixels() const { in GetOutputNumPixels()
260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) { in AdaptFrameResolution()
304 const float scale = VideoAdapter::FindClosestViewScale( in AdaptFrameResolution()
352 void VideoAdapter::set_scale_third(bool enable) { in set_scale_third()