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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DChromaFormat.java35 private int subWidth; field in class:ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) { argument
40 this.subWidth = subWidth;
62 return subWidth;
73 " subWidth=" + subWidth + ",\n" +
/external/libvncserver/libvncclient/
H A Dzrle.c199 int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth; local
201 int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
/external/mesa3d/src/mesa/main/
H A Dteximage.c1109 GLsizei subWidth,
1115 if (subWidth < 0) {
1116 _mesa_error(ctx, GL_INVALID_VALUE, "%s(width=%d)", func, subWidth);
1143 GLsizei subWidth, GLsizei subHeight,
1155 if (xoffset + subWidth > (GLint) destImage->Width) {
1217 if ((subWidth % bw != 0) &&
1218 (xoffset + subWidth != (GLint) destImage->Width)) {
1220 "%s(width = %d)", func, subWidth);
1107 error_check_subtexture_negative_dimensions(struct gl_context *ctx, GLuint dims, GLsizei subWidth, GLsizei subHeight, GLsizei subDepth, const char *func) argument
1140 error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims, const struct gl_texture_image *destImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei subWidth, GLsizei subHeight, GLsizei subDepth, const char *func) argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 573 milliseconds