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()
310 enum Type { kVideo = 1, kAudio = 2, kSubtitle = 0x11, kMetadata = 0x21 }; enumerator
530 enum { kVideo = 0x1, kAudio = 0x2 }; enumerator
1153 if (track->type() == kVideo) in TrackIsVideo()2516 track->set_type(Tracks::kVideo); in AddVideoTrack()
4991 if (info.type != Track::kVideo) in Parse()5573 if (info.type == Track::kVideo) { in ParseTrackEntry()
308 enum Type { kVideo = 1, kAudio = 2, kSubtitle = 0x11, kMetadata = 0x21 }; enumerator
5203 if (info.type != Track::kVideo) in Parse()5793 if (info.type == Track::kVideo) { in ParseTrackEntry()