Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DChromaFormat.java35 private int subWidth; field in ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) { in ChromaFormat()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPercentFrameLayout.java78 final int subWidth = width * widthPercent / 100; in onLayout() local
/external/skia/tests/
DVkClearTests.cpp102 const int subWidth = width/2; in sub_clear_test() local
/external/libvncserver/libvncclient/
Dzrle.c199 int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth; in HandleZRLE() local