OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCapturer
(Results
26 - 50
of
74
) sorted by null
1
2
3
/external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc
35
using cricket::
VideoCapturer
;
74
void OnStateChange(
VideoCapturer
* capturer,
80
void OnVideoFrame(
VideoCapturer
* capturer, const VideoFrame* frame) {
androidvideocapturer.h
33
#include "talk/media/base/
videocapturer
.h"
57
// Android implementation of cricket::
VideoCapturer
for use with WebRtc
59
class AndroidVideoCapturer : public cricket::
VideoCapturer
{
80
// cricket::
VideoCapturer
implementation.
85
// cricket::
VideoCapturer
implementation.
87
// cricket::
VideoCapturer
::SignalFrameCaptured on the thread that calls Start.
101
FrameFactory* frame_factory_; // Owned by cricket::
VideoCapturer
.
peerconnectionfactoryproxy.h
59
CreateVideoSource, cricket::
VideoCapturer
*,
videosource.cc
299
explicit FrameInputWrapper(cricket::
VideoCapturer
* capturer)
320
cricket::
VideoCapturer
* capturer_;
331
cricket::
VideoCapturer
* capturer,
343
cricket::
VideoCapturer
* capturer,
371
// The
VideoCapturer
implementation doesn't support capability
457
void VideoSource::OnStateChange(cricket::
VideoCapturer
* capturer,
mediastreaminterface.h
47
class
VideoCapturer
;
peerconnectionfactory.h
74
cricket::
VideoCapturer
* capturer,
/external/webrtc/talk/media/devices/
yuvframescapturer.h
34
#include "talk/media/base/
videocapturer
.h"
48
class YuvFramesCapturer : public
VideoCapturer
{
65
// Override virtual methods of parent class
VideoCapturer
.
72
// Override virtual methods of parent class
VideoCapturer
.
devicemanager.cc
192
VideoCapturer
* DeviceManager::CreateVideoCapturer(const Device& device) const {
193
VideoCapturer
* capturer = MaybeConstructFakeVideoCapturer(device);
206
LOG(LS_INFO) << "Created
VideoCapturer
for " << device.name;
216
VideoCapturer
* DeviceManager::MaybeConstructFakeVideoCapturer(
255
VideoCapturer
* DeviceManager::CreateScreenCapturer(
fakedevicemanager.h
105
virtual
VideoCapturer
* CreateVideoCapturer(const Device& device) const {
108
virtual
VideoCapturer
* CreateScreenCapturer(
126
virtual
VideoCapturer
* CreateWindowCapturer(rtc::WindowId window) {
144
virtual
VideoCapturer
* CreateDesktopCapturer(rtc::DesktopId desktop) {
filevideocapturer.h
34
// FileVideoCapturer, a subclass of
VideoCapturer
, is a simulated video capturer
43
#include "talk/media/base/
videocapturer
.h"
78
class FileVideoCapturer : public
VideoCapturer
{
117
// Override virtual methods of parent class
VideoCapturer
.
124
// Override virtual methods of parent class
VideoCapturer
.
devicemanager_unittest.cc
77
virtual cricket::
VideoCapturer
* Create(const cricket::Device& device) {
87
virtual cricket::
VideoCapturer
* Create(
399
scoped_ptr<cricket::
VideoCapturer
> capturer(dm->CreateScreenCapturer(
423
scoped_ptr<cricket::
VideoCapturer
> capturer(dm->CreateScreenCapturer(
432
scoped_ptr<cricket::
VideoCapturer
> capturer(
442
scoped_ptr<cricket::
VideoCapturer
> capturer(
454
scoped_ptr<cricket::
VideoCapturer
> capturer(
465
scoped_ptr<cricket::
VideoCapturer
> capturer(
/external/webrtc/webrtc/test/
frame_generator_capturer.h
30
class FrameGeneratorCapturer : public
VideoCapturer
{
frame_generator_capturer.cc
64
:
VideoCapturer
(input),
vcm_capturer.cc
20
:
VideoCapturer
(input), started_(false), vcm_(NULL) {
/external/webrtc/talk/app/webrtc/objc/
RTCAVFoundationVideoSource.mm
61
cricket::
VideoCapturer
* capturer = self.videoSource->GetVideoCapturer();
/external/webrtc/talk/session/media/
channelmanager.cc
41
#include "talk/media/base/
videocapturer
.h"
65
CaptureStateParams(cricket::
VideoCapturer
* c, cricket::CaptureState s)
68
cricket::
VideoCapturer
* capturer;
449
VideoCapturer
* capturer) const {
458
VideoCapturer
* capturer,
470
VideoCapturer
* capturer, const VideoFormat& video_format) {
477
VideoCapturer
* video_capturer, bool muted) {
482
Bind(&
VideoCapturer
::MuteToBlackThenPause, video_capturer, muted));
487
VideoCapturer
* capturer, const VideoFormat& video_format) {
494
VideoCapturer
* video_capturer
[
all
...]
channel.h
40
#include "talk/media/base/
videocapturer
.h"
464
bool AddScreencast(uint32_t ssrc,
VideoCapturer
* capturer);
465
bool SetCapturer(uint32_t ssrc,
VideoCapturer
* capturer);
487
typedef std::map<uint32_t,
VideoCapturer
*> ScreencastMap;
500
bool AddScreencast_w(uint32_t ssrc,
VideoCapturer
* capturer);
513
virtual void OnStateChange(
VideoCapturer
* capturer, CaptureState ev);
514
bool GetLocalSsrc(const
VideoCapturer
* capturer, uint32_t* ssrc);
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h
36
#include "talk/media/base/
videocapturer
.h"
58
// WebRTC-based implementation of
VideoCapturer
.
59
class WebRtcVideoCapturer : public
VideoCapturer
,
69
// Override virtual methods of the parent class
VideoCapturer
.
79
// Override virtual methods of the parent class
VideoCapturer
.
90
// With WebRTC's current
VideoCapturer
implementations, this will mean a
webrtcvideoengine2.h
61
class
VideoCapturer
;
177
bool SetCapturer(uint32_t ssrc,
VideoCapturer
* capturer) override;
259
void InputFrame(
VideoCapturer
* capturer, const VideoFrame* frame);
260
bool SetCapturer(
VideoCapturer
* capturer);
369
VideoCapturer
* capturer_ GUARDED_BY(lock_);
510
std::map<uint32_t,
VideoCapturer
*> capturers_ GUARDED_BY(capturer_crit_);
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.h
62
cricket::
VideoCapturer
* OpenVideoCaptureDevice();
/external/webrtc/webrtc/video/
video_quality_test.h
106
rtc::scoped_ptr<test::
VideoCapturer
> capturer_;
/external/webrtc/talk/media/base/
testutils.h
36
#include "talk/media/base/
videocapturer
.h"
132
// Test helper for testing
VideoCapturer
implementations.
135
explicit VideoCapturerListener(
VideoCapturer
* cap);
145
void OnStateChange(
VideoCapturer
* capturer, CaptureState state);
146
void OnFrameCaptured(
VideoCapturer
* capturer, const CapturedFrame* frame);
mediaengine.h
41
#include "talk/media/base/
videocapturer
.h"
58
class
VideoCapturer
;
testutils.cc
35
#include "talk/media/base/
videocapturer
.h"
229
VideoCapturerListener::VideoCapturerListener(
VideoCapturer
* capturer)
243
void VideoCapturerListener::OnStateChange(
VideoCapturer
* capturer,
248
void VideoCapturerListener::OnFrameCaptured(
VideoCapturer
* capturer,
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java
124
VideoCapturer
capturer, MediaConstraints constraints) {
Completed in 276 milliseconds
1
2
3