Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DChromaFormat.java32 public static ChromaFormat YUV_444 = new ChromaFormat(3, 1, 1); field in ChromaFormat
51 } else if (id == YUV_444.id) { in fromId()
52 return YUV_444; in fromId()
DSeqParameterSet.java98 if (sps.chroma_format_idc == ChromaFormat.YUV_444) { in read()
325 if (chroma_format_idc == ChromaFormat.YUV_444) { in write()