OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_screencast
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/media/webrtc/
webrtc_video_track_adapter.cc
143
bool
is_screencast
= ConstraintKeyExists(
local
146
factory->CreateVideoCapturer(
is_screencast
);
169
DVLOG(3) << "WebRtcVideoTrackAdapter ctor() :
is_screencast
"
170
<<
is_screencast
;
webrtc_video_capturer_adapter.h
31
explicit WebRtcVideoCapturerAdapter(bool
is_screencast
);
webrtc_video_capturer_adapter.cc
15
WebRtcVideoCapturerAdapter::WebRtcVideoCapturerAdapter(bool
is_screencast
)
16
: is_screencast_(
is_screencast
),
mock_peer_connection_dependency_factory.cc
127
explicit MockRtcVideoCapturer(bool
is_screencast
)
128
: WebRtcVideoCapturerAdapter(
is_screencast
),
/external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h
141
void SetScreencast(bool
is_screencast
) {
142
is_screencast_ =
is_screencast
;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h
297
const VideoFrame* frame, bool
is_screencast
);
371
int new_width, int new_height, bool
is_screencast
,
webrtcvideoengine.cc
[
all
...]
Completed in 103 milliseconds