Searched refs:subHeight (Results 1 - 5 of 5) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DChromaFormat.java36 private int subHeight; field in class:ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) { argument
41 this.subHeight = subHeight;
66 return subHeight;
74 " subHeight=" + subHeight +
/external/skia/tests/
H A DVkClearTests.cpp103 const int subHeight = height/2; local
107 SkAutoTMalloc<GrColor> subBuffer(subWidth * subHeight);
131 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
133 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight);
135 rect = SkIRect::MakeXYWH(0, subHeight, subWidth, subHeight);
146 rect = SkIRect::MakeXYWH(subWidth, subHeight, subWidth, subHeight);
162 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
164 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight);
[all...]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPercentFrameLayout.java79 final int subHeight = height * heightPercent / 100;
90 final int childTop = subTop + (subHeight - childHeight) / 2;
/external/libvncserver/libvncclient/
H A Dzrle.c200 int subHeight=(j+rfbZRLETileHeight>rh)?rh-j:rfbZRLETileHeight; local
201 int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 407 milliseconds