Searched defs:VideoTrack (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrack.h40 class VideoTrack : public MediaStreamTrack<VideoTrackInterface> { class in namespace:webrtc
42 static talk_base::scoped_refptr<VideoTrack> Create(
54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);
55 ~VideoTrack();
H A Dvideotrack.cc37 VideoTrack::VideoTrack(const std::string& label, function in class:webrtc::VideoTrack
45 VideoTrack::~VideoTrack() {
50 std::string VideoTrack::kind() const {
54 void VideoTrack::AddRenderer(VideoRendererInterface* renderer) {
58 void VideoTrack::RemoveRenderer(VideoRendererInterface* renderer) {
62 bool VideoTrack::set_enabled(bool enable) {
67 talk_base::scoped_refptr<VideoTrack> VideoTrack
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackBase.h39 enum Type { TextTrack, AudioTrack, VideoTrack }; enumerator in enum:WebCore::TrackBase::Type
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoTrack.java33 public class VideoTrack extends MediaStreamTrack { class in inherits:MediaStreamTrack
37 public VideoTrack(long nativeTrack) { method in class:VideoTrack
/external/libvpx/libwebm/
H A Dmkvparser.hpp379 class VideoTrack : public Track class in namespace:mkvparser
381 VideoTrack(const VideoTrack&);
382 VideoTrack& operator=(const VideoTrack&);
384 VideoTrack(
395 VideoTrack*&);
727 //const BlockEntry* GetMaxKey(const VideoTrack*) const;
784 friend class VideoTrack;
H A Dmkvparser.cpp4141 const VideoTrack* const pVideo = static_cast<const VideoTrack*>(pTrack);
5132 VideoTrack::VideoTrack( function in class:mkvparser::VideoTrack
5141 long VideoTrack::Parse(
5146 VideoTrack*& pTrack)
5218 pTrack = new (std::nothrow) VideoTrack(pSegment, elem_st, elem_sz);
5236 bool VideoTrack::VetEntry(const BlockEntry* pBlockEntry) const
5248 long VideoTrack::Seek(
5352 long long VideoTrack
[all...]

Completed in 1352 milliseconds