Searched refs:kVideo (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/mkvparser/
H A Dmkvparser.hpp295 enum Type { kVideo = 1, kAudio = 2 }; enumerator in enum:mkvparser::Track::Type
H A Dmkvparser.cpp5151 if (i.type != Track::kVideo)
5913 if ((i.type != Track::kVideo) && (i.type != Track::kAudio))
5917 //if the object it returns has a type that is not kVideo or kAudio.
5926 if (i.type == Track::kVideo)

Completed in 49 milliseconds