Home
last modified time | relevance | path

Searched defs:subHeight (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DChromaFormat.java36 private int subHeight; field in ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) { in ChromaFormat()