OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screencastid
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h
38
#include "talk/media/base/
screencastid
.h"
96
const
ScreencastId
&
screencastid
, int fps);
call.cc
34
#include "talk/media/base/
screencastid
.h"
478
const
ScreencastId
&
screencastid
, int fps) {
491
VideoCapturer *capturer = video_channel->AddScreencast(ssrc,
screencastid
);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
49
#include "talk/media/base/
screencastid
.h"
257
cricket::
ScreencastId
screencastid
;
local
259
if (session && SelectFirstDesktopScreencastId(&
screencastid
)) {
261
session, streamid, screencast_ssrc_,
screencastid
, fps);
[
all
...]
callclient.h
271
bool SelectFirstDesktopScreencastId(cricket::
ScreencastId
*
screencastid
);
Completed in 363 milliseconds