OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoContentDescription
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc
70
using cricket::
VideoContentDescription
;
561
//
VideoContentDescription
562
rtc::scoped_ptr<
VideoContentDescription
> video(
563
new
VideoContentDescription
());
[
all
...]
jsepsessiondescription_unittest.cc
64
//
VideoContentDescription
65
scoped_ptr<cricket::
VideoContentDescription
> video(
66
new cricket::
VideoContentDescription
());
webrtcsdp.cc
87
using cricket::
VideoContentDescription
;
[
all
...]
peerconnectioninterface_unittest.cc
[
all
...]
peerconnection.cc
[
all
...]
webrtcsession_unittest.cc
670
const cricket::
VideoContentDescription
* video_content =
671
static_cast<const cricket::
VideoContentDescription
*>(
693
const cricket::
VideoContentDescription
* video_content =
694
static_cast<const cricket::
VideoContentDescription
*>(
[
all
...]
/external/webrtc/talk/session/media/
mediasession_unittest.cc
70
using cricket::
VideoContentDescription
;
447
VideoContentDescription
* vcd_offer =
448
static_cast<
VideoContentDescription
*>(vc_offer->description);
456
const
VideoContentDescription
* vcd_answer =
519
const
VideoContentDescription
* vcd =
520
static_cast<const
VideoContentDescription
*>(vc->description);
554
const
VideoContentDescription
* vcd =
596
const
VideoContentDescription
* vcd =
701
const
VideoContentDescription
* vcd =
702
static_cast<const
VideoContentDescription
*>(vc->description)
[
all
...]
mediasession.h
384
class
VideoContentDescription
: public MediaContentDescriptionImpl<VideoCodec> {
387
return new
VideoContentDescription
(*this);
547
const
VideoContentDescription
* GetFirstVideoContentDescription(
mediasession.cc
[
all
...]
channel.cc
[
all
...]
channel_unittest.cc
106
cricket::
VideoContentDescription
,
[
all
...]
Completed in 72 milliseconds