OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameGeneratorCapturer
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/webrtc/test/
frame_generator_capturer.cc
24
FrameGeneratorCapturer
*
FrameGeneratorCapturer
::Create(
30
FrameGeneratorCapturer
* capturer = new
FrameGeneratorCapturer
(
40
FrameGeneratorCapturer
*
FrameGeneratorCapturer
::CreateFromYuvFile(
47
FrameGeneratorCapturer
* capturer = new
FrameGeneratorCapturer
(
60
FrameGeneratorCapturer
::
FrameGeneratorCapturer
(Clock* clock
[
all
...]
frame_generator_capturer.h
27
class
FrameGeneratorCapturer
: public VideoCapturer {
29
static
FrameGeneratorCapturer
* Create(VideoSendStreamInput* input,
35
static
FrameGeneratorCapturer
* CreateFromYuvFile(VideoSendStreamInput* input,
41
virtual ~
FrameGeneratorCapturer
();
49
FrameGeneratorCapturer
(Clock* clock,
video_capturer.cc
44
FrameGeneratorCapturer
* frame_generator_capturer =
45
FrameGeneratorCapturer
::Create(input, width, height, fps, clock);
call_test.h
75
scoped_ptr<test::
FrameGeneratorCapturer
> frame_generator_capturer_;
104
FrameGeneratorCapturer
* frame_generator_capturer);
call_test.cc
126
test::
FrameGeneratorCapturer
::Create(send_stream_->Input(),
206
FrameGeneratorCapturer
* frame_generator_capturer) {
/external/chromium_org/third_party/webrtc/video/
bitrate_estimator_tests.cc
200
frame_generator_capturer_.reset(test::
FrameGeneratorCapturer
::Create(
244
scoped_ptr<test::
FrameGeneratorCapturer
> frame_generator_capturer_;
call_perf_tests.cc
395
test::
FrameGeneratorCapturer
* frame_generator_capturer) OVERRIDE {
419
test::
FrameGeneratorCapturer
* capturer_;
end_to_end_tests.cc
932
VideoOutputObserver(test::
FrameGeneratorCapturer
** capturer,
951
test::
FrameGeneratorCapturer
** capturer_;
974
test::
FrameGeneratorCapturer
* frame_generators[kNumStreams];
[
all
...]
full_stack.cc
411
test::
FrameGeneratorCapturer
::CreateFromYuvFile(
video_send_stream_tests.cc
903
test::
FrameGeneratorCapturer
* frame_generator_capturer) {
917
test::
FrameGeneratorCapturer
* capturer_ GUARDED_BY(crit_);
[
all
...]
Completed in 526 milliseconds