Searched refs:VideoAdapter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter.h39 // VideoAdapter adapts an input video frame to an output frame based on the
41 // to reduce frame rate and scaling frames. VideoAdapter is thread safe.
42 class VideoAdapter { class in namespace:cricket
44 VideoAdapter();
45 virtual ~VideoAdapter();
67 // If a copy has taken place, |output_frame_| is owned by the VideoAdapter
106 DISALLOW_COPY_AND_ASSIGN(VideoAdapter);
113 : public VideoAdapter, public sigslot::has_slots<> {
H A Dvideoadapter.cc75 const float* VideoAdapter::GetViewScaleFactors() const {
85 float VideoAdapter::FindScale(const float* scale_factors,
123 float VideoAdapter::FindClosestScale(int width, int height,
130 float VideoAdapter::FindClosestViewScale(int width, int height,
139 float VideoAdapter::FindLowerScale(int width, int height,
162 // Implementation of VideoAdapter
163 VideoAdapter::VideoAdapter() function in class:cricket::VideoAdapter
177 VideoAdapter::~VideoAdapter() {
[all...]
H A Dvideoadapter_unittest.cc64 adapter_.reset(new VideoAdapter());
90 explicit VideoCapturerListener(VideoAdapter* adapter)
149 VideoAdapter* video_adapter_;
174 rtc::scoped_ptr<VideoAdapter> adapter_;

Completed in 135 milliseconds