HomeSort by relevance Sort by last modified time
    Searched refs:subHeight (Results 1 - 5 of 5) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 36 private int subHeight;
38 public ChromaFormat(int id, int subWidth, int subHeight) {
41 this.subHeight = subHeight;
66 return subHeight;
74 " subHeight=" + subHeight +
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 79 final int subHeight = height * heightPercent / 100;
90 final int childTop = subTop + (subHeight - childHeight) / 2;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapTest.java 352 int subHeight = 4;
358 for (int y0 = y; y0 < y + subHeight; y0++) {
365 int[] pixels = new int[offset + subWidth * subHeight];
366 bitmap.getPixels(pixels, offset, subWidth, x, y, subWidth, subHeight);
371 for (int y0 = 0; y0 < subHeight; y0++) {
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /external/zxing/core/
core.jar 

Completed in 342 milliseconds