Searched defs:TYPE_VIDEO (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java35 public static final int TYPE_VIDEO = 1; field in class:TvTrackInfo
80 * {@link #TYPE_AUDIO}, {@link #TYPE_VIDEO} and {@link #TYPE_SUBTITLE}.
122 * Returns the width of the video, in the unit of pixels. Valid only for {@link #TYPE_VIDEO}
126 if (mType != TYPE_VIDEO) {
133 * Returns the height of the video, in the unit of pixels. Valid only for {@link #TYPE_VIDEO}
137 if (mType != TYPE_VIDEO) {
145 * {@link #TYPE_VIDEO} tracks.
148 if (mType != TYPE_VIDEO) {
222 && type != TYPE_VIDEO
271 * Sets the width of the video, in the unit of pixels. Valid only for {@link #TYPE_VIDEO}
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp36 TYPE_VIDEO, enumerator in enum:android::M3UParser::MediaGroup::Type
143 case TYPE_VIDEO:
206 } else if (mType == TYPE_VIDEO) {
367 groupType = MediaGroup::TYPE_VIDEO;
994 groupType = MediaGroup::TYPE_VIDEO;

Completed in 94 milliseconds