Home
last modified time | relevance | path

Searched refs:kVideo (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/
Dmime_utils.h27 BRILLO_EXPORT extern const char kVideo[]; // video
Dmime_utils.cc22 const char mime::types::kVideo[] = "video"; member in brillo::mime::types
/external/libvpx/libvpx/
Dwebmdec.cc90 if (track->GetType() == mkvparser::Track::kVideo) { in file_is_webm()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp310 enum Type { kVideo = 1, kAudio = 2, kSubtitle = 0x11, kMetadata = 0x21 }; enumerator
Dmkvmuxer.hpp530 enum { kVideo = 0x1, kAudio = 0x2 }; enumerator
Dmkvmuxer.cpp1153 if (track->type() == kVideo) in TrackIsVideo()
2516 track->set_type(Tracks::kVideo); in AddVideoTrack()
Dmkvparser.cpp4991 if (info.type != Track::kVideo) in Parse()
5573 if (info.type == Track::kVideo) { in ParseTrackEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h308 enum Type { kVideo = 1, kAudio = 2, kSubtitle = 0x11, kMetadata = 0x21 }; enumerator
Dmkvparser.cc5203 if (info.type != Track::kVideo) in Parse()
5793 if (info.type == Track::kVideo) { in ParseTrackEntry()