Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DChromaFormat.java30 public static ChromaFormat YUV_420 = new ChromaFormat(1, 2, 2); field in ChromaFormat
47 } else if (id == YUV_420.id) { in fromId()
48 return YUV_420; in fromId()
DSeqParameterSet.java114 sps.chroma_format_idc = ChromaFormat.YUV_420; in read()