Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DUtils.java97 private static final int VIDEO_HD_WIDTH = 1280; field in Utils
550 } else if (width >= VIDEO_HD_WIDTH && height >= VIDEO_HD_HEIGHT) { in getVideoDefinitionLevelFromSize()