HomeSort by relevance Sort by last modified time
    Searched refs:GetFirstVideoSource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
video_source_handler.cc 70 scoped_refptr<webrtc::VideoSourceInterface> source = GetFirstVideoSource(url);
83 scoped_refptr<webrtc::VideoSourceInterface> source = GetFirstVideoSource(url);
103 scoped_refptr<VideoSourceInterface> VideoSourceHandler::GetFirstVideoSource(
114 LOG(ERROR) << "GetFirstVideoSource - invalid url: " << url;
122 LOG(ERROR) << "GetFirstVideoSource - MediaStreamExtraData is NULL.";
127 LOG(ERROR) << "GetFirstVideoSource - native stream is NULL.";
133 LOG(ERROR) << "GetFirstVideoSource - stream has no video track.";
video_source_handler.h 61 scoped_refptr<webrtc::VideoSourceInterface> GetFirstVideoSource(

Completed in 357 milliseconds