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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc1192 const VideoContentDescription* video_desc = local
1195 video_desc->codecs().begin();
1196 it != video_desc->codecs().end(); ++it) {
1639 const VideoContentDescription* video_desc = local
1642 video_desc->codecs().begin();
1643 it != video_desc->codecs().end(); ++it) {
2313 bool VerifyVideoCodecs(const VideoContentDescription* video_desc) { argument
2314 const std::vector<cricket::VideoCodec>& codecs = video_desc->codecs();
2419 void UpdateFromWildcardVideoCodecs(VideoContentDescription* video_desc) { argument
2420 std::vector<cricket::VideoCodec> codecs = video_desc
2689 VideoContentDescription* video_desc = local
2873 UpdateCodec(int payload_type, const std::string& name, int width, int height, int framerate, int preference, VideoContentDescription* video_desc) argument
2938 VideoContentDescription* video_desc = local
[all...]
H A Dmediastreamsignaling.cc549 const cricket::VideoContentDescription* video_desc = local
552 UpdateLocalTracks(video_desc->streams(), video_desc->type());

Completed in 225 milliseconds