Home
last modified time | relevance | path

Searched defs:subHeight (Results 1 – 4 of 4) 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()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPercentFrameLayout.java79 final int subHeight = height * heightPercent / 100; in onLayout() local
/external/skia/tests/
DVkClearTests.cpp103 const int subHeight = height/2; in sub_clear_test() local
/external/libvncserver/libvncclient/
Dzrle.c200 int subHeight=(j+rfbZRLETileHeight>rh)?rh-j:rfbZRLETileHeight; in HandleZRLE() local