Searched refs:video_desc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc1148 const VideoContentDescription* video_desc = local
1151 video_desc->codecs().begin();
1152 it != video_desc->codecs().end(); ++it) {
1524 const VideoContentDescription* video_desc = local
1527 video_desc->codecs().begin();
1528 it != video_desc->codecs().end(); ++it) {
2133 bool VerifyVideoCodecs(const VideoContentDescription* video_desc) { argument
2134 const std::vector<cricket::VideoCodec>& codecs = video_desc->codecs();
2239 void UpdateFromWildcardVideoCodecs(VideoContentDescription* video_desc) { argument
2240 std::vector<cricket::VideoCodec> codecs = video_desc
2499 VideoContentDescription* video_desc = local
2674 UpdateCodec(int payload_type, const std::string& name, int width, int height, int framerate, int preference, VideoContentDescription* video_desc) argument
2733 VideoContentDescription* video_desc = local
[all...]
H A Dmediastreamsignaling.cc420 const cricket::VideoContentDescription* video_desc = local
423 UpdateLocalTracks(video_desc->streams(), video_desc->type());
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_impl_unittest.cc147 WebKit::WebMediaStream video_desc = RequestLocalMediaStream(); local

Completed in 105 milliseconds