OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoAdapter
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/base/
videoadapter.h
41
//
VideoAdapter
adapts an input video frame to an output frame based on the
43
// to reduce frame rate and scaling frames.
VideoAdapter
is thread safe.
44
class
VideoAdapter
{
46
VideoAdapter
();
47
virtual ~
VideoAdapter
();
95
RTC_DISALLOW_COPY_AND_ASSIGN(
VideoAdapter
);
102
: public
VideoAdapter
, public sigslot::has_slots<> {
videoadapter.cc
28
#include "talk/media/base/
videoadapter
.h"
78
const float*
VideoAdapter
::GetViewScaleFactors() const {
88
float
VideoAdapter
::FindScale(const float* scale_factors,
126
float
VideoAdapter
::FindClosestScale(int width, int height,
133
float
VideoAdapter
::FindClosestViewScale(int width, int height,
142
float
VideoAdapter
::FindLowerScale(int width, int height,
167
// Implementation of
VideoAdapter
168
VideoAdapter
::
VideoAdapter
()
180
VideoAdapter
::~VideoAdapter()
[
all
...]
videoadapter_unittest.cc
37
#include "talk/media/base/
videoadapter
.h"
61
adapter_.reset(new
VideoAdapter
());
87
explicit VideoCapturerListener(
VideoAdapter
* adapter)
129
VideoAdapter
* video_adapter_;
153
rtc::scoped_ptr<
VideoAdapter
> adapter_;
[
all
...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java
163
VideoAdapter
videoAdapter
= new
VideoAdapter
();
164
ContentHandler handler = newContentHandler(
videoAdapter
);
174
VideoAdapter
videoAdapter
= new
VideoAdapter
();
175
Xml.parse(inputStream, Xml.Encoding.UTF_8, new YouTubeContentHandler(
videoAdapter
));
182
VideoAdapter
videoAdapter
= new VideoAdapter()
[
all
...]
Completed in 497 milliseconds