Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DChromaFormat.java31 public static ChromaFormat YUV_422 = new ChromaFormat(2, 2, 1); field in ChromaFormat
49 } else if (id == YUV_422.id) { in fromId()
50 return YUV_422; in fromId()