Searched refs:kVideo (Results 1 – 9 of 9) sorted by relevance
27 BRILLO_EXPORT extern const char kVideo[]; // video
22 const char mime::types::kVideo[] = "video"; member in brillo::mime::types
90 if (track->GetType() == mkvparser::Track::kVideo) { in file_is_webm()
308 enum Type { kVideo = 1, kAudio = 2, kSubtitle = 0x11, kMetadata = 0x21 }; enumerator
5276 if (info.type != Track::kVideo) in Parse()5873 if (info.type == Track::kVideo) { in ParseTrackEntry()
5208 if (info.type != Track::kVideo) in Parse()5798 if (info.type == Track::kVideo) { in ParseTrackEntry()
870 enum { kVideo = 0x1, kAudio = 0x2 }; enumerator
1815 if (track->type() == kVideo) in TrackIsVideo()3359 track->set_type(Tracks::kVideo); in AddVideoTrack()