Searched refs:YUV_420 (Results 1 – 2 of 2) sorted by relevance
30 public static ChromaFormat YUV_420 = new ChromaFormat(1, 2, 2); field in ChromaFormat47 } else if (id == YUV_420.id) { in fromId()48 return YUV_420; in fromId()
114 sps.chroma_format_idc = ChromaFormat.YUV_420; in read()