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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 35 private int subWidth;
38 public ChromaFormat(int id, int subWidth, int subHeight) {
40 this.subWidth = subWidth;
62 return subWidth;
73 " subWidth=" + subWidth + ",\n" +
  /external/skia/tests/
VkClearTests.cpp 105 const int subWidth = width/2;
109 SkAutoTMalloc<GrColor> subBuffer(subWidth * subHeight);
133 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
135 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight);
137 rect = SkIRect::MakeXYWH(0, subHeight, subWidth, subHeight);
148 rect = SkIRect::MakeXYWH(subWidth, subHeight, subWidth, subHeight);
164 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
166 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight)
    [all...]
  /external/skqp/tests/
VkClearTests.cpp 105 const int subWidth = width/2;
109 SkAutoTMalloc<GrColor> subBuffer(subWidth * subHeight);
133 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
135 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight);
137 rect = SkIRect::MakeXYWH(0, subHeight, subWidth, subHeight);
148 rect = SkIRect::MakeXYWH(subWidth, subHeight, subWidth, subHeight);
164 rect = SkIRect::MakeXYWH(0, 0, subWidth, subHeight);
166 rect = SkIRect::MakeXYWH(subWidth, 0, subWidth, subHeight)
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 78 final int subWidth = width * widthPercent / 100;
89 final int childLeft = subLeft + (subWidth - childWidth) / 2;
  /external/libvncserver/libvncclient/
zrle.c 199 int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth;
201 int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /external/zxing/core/
core.jar 

Completed in 796 milliseconds