OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_content
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc
380
const cricket::ContentInfo*
video_content
= GetFirstVideoContent(remote_desc);
local
381
if (
video_content
) {
384
video_content
->description);
433
const cricket::ContentInfo*
video_content
=
local
435
if (
video_content
) {
436
if (
video_content
->rejected) {
441
video_content
->description);
[
all
...]
webrtcsession_unittest.cc
408
const cricket::VideoContentDescription*
video_content
=
local
411
ASSERT_TRUE(
video_content
!= NULL);
412
ASSERT_EQ(1U,
video_content
->cryptos().size());
414
video_content
->cryptos()[0].cipher_suite);
415
ASSERT_EQ(47U,
video_content
->cryptos()[0].key_params.size());
417
video_content
->protocol());
431
const cricket::VideoContentDescription*
video_content
=
local
434
ASSERT_TRUE(
video_content
!= NULL);
435
ASSERT_EQ(0U,
video_content
->cryptos().size());
441
video_content
->protocol())
[
all
...]
webrtcsdp.cc
864
const ContentInfo*
video_content
= GetFirstVideoContent(desc);
local
[
all
...]
peerconnection_unittest.cc
285
const ContentInfo*
video_content
=
local
287
EXPECT_EQ(can_receive_video(), !
video_content
->rejected);
[
all
...]
webrtcsession.cc
254
const cricket::MediaContentDescription*
video_content
=
local
258
if (cricket::GetStreamBySsrc(
video_content
->streams(), ssrc, &stream_out)) {
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc
849
const ContentInfo*
video_content
= GetFirstVideoContent(updated_contents);
local
850
if (
video_content
) {
852
static_cast<const VideoContentDescription*>(
video_content
->description);
924
const ContentInfo*
video_content
= GetFirstVideoContent(updated_contents);
local
925
if (
video_content
) {
927
static_cast<const VideoContentDescription*>(
video_content
->description);
[
all
...]
mediasession.cc
1317
const ContentInfo*
video_content
= GetFirstVideoContent(offer);
local
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc
296
const ContentInfo*
video_content
= GetFirstVideoContent(offer);
local
297
if (
video_content
) {
299
static_cast<const VideoContentDescription*>(
video_content
->description);
330
accept->AddContent(
video_content
->name,
video_content
->type, video_accept);
[
all
...]
Completed in 154 milliseconds