Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dget_pred_outside.cpp258 int xoffset; in GetPredOutside() local
361 xoffset = xpos >> 1; in GetPredOutside()
362 xoffset = xoffset & 0x3; /* word align ptr */ in GetPredOutside()
366 prev = c_prev + (xpos >> 1) - xoffset; in GetPredOutside()
368 if (xoffset || (xpos&1)) /* copy extra 4x8 */ in GetPredOutside()
381 if (xoffset || (xpos&1)) /* pad extra 4x8 */ in GetPredOutside()
387 ptr = pred + (((ypos >> 1) + 8) << 4) + xoffset; in GetPredOutside()
395 xoffset = xpos >> 1; in GetPredOutside()
396 xoffset = xoffset & 0x3; /* word align ptr */ in GetPredOutside()
399 prev = c_prev + width * (height - 8) + (xpos >> 1) - xoffset; in GetPredOutside()
[all …]
/frameworks/base/opengl/java/android/opengl/
DGLUtils.java181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument
190 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type) != 0) { in texSubImage2D()
206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument
214 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type) != 0) { in texSubImage2D()
268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D() argument
DGLES30.java401 int xoffset, in glTexSubImage3D() argument
417 int xoffset, in glTexSubImage3D() argument
433 int xoffset, in glCopyTexSubImage3D() argument
475 int xoffset, in glCompressedTexSubImage3D() argument
491 int xoffset, in glCompressedTexSubImage3D() argument
DGLES10.java432 int xoffset, in glCompressedTexSubImage2D() argument
459 int xoffset, in glCopyTexSubImage2D() argument
1256 int xoffset, in glTexSubImage2D() argument
DGLES20.java509 int xoffset, in glCompressedTexSubImage2D() argument
536 int xoffset, in glCopyTexSubImage2D() argument
1503 int xoffset, in glTexSubImage2D() argument
DGLErrorWrapper.java176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() argument
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, in glCompressedTexSubImage2D()
193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() argument
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() argument
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height, in glTexSubImage2D()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec6 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLs…
7 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLs…
8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
11 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zo…
12 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zo…
DGLES10.spec18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei …
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
DGLES20.spec23 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei …
25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp136 explicit HorizontalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in HorizontalImageLine() argument
138 : rows_(rows), xoffset_(xoffset), yoffset_(yoffset), length_(length) {} in HorizontalImageLine()
159 explicit VerticalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in VerticalImageLine() argument
161 : rows_(rows), xoffset_(xoffset), yoffset_(yoffset), length_(length) {} in VerticalImageLine()
178 explicit DiagonalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in DiagonalImageLine() argument
181 xoffset_(xoffset), in DiagonalImageLine()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); in positionFromMatrix() local
265 cx += (mTempRectF.left / scale) - xoffset; in positionFromMatrix()
267 cx -= (mTempRectF.left / scale) - xoffset; in positionFromMatrix()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h338 TouchAffineTransformation(float xscale, float xymix, float xoffset, in TouchAffineTransformation()
340 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java361 int xoffset, in glCompressedTexSubImage2D() argument
384 int xoffset, in glCopyTexSubImage2D() argument
937 int xoffset, in glTexSubImage2D() argument
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.018 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei …
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in169 void API_ENTRY(glCompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset,…
170 …CALL_GL_API(glCompressedTexSubImage2D, target, level, xoffset, yoffset, width, height, format, ima…
175 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
176 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
421 void API_ENTRY(glTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
422 …CALL_GL_API(glTexSubImage2D, target, level, xoffset, yoffset, width, height, format, type, pixels);
/frameworks/native/opengl/include/GLES3/
Dgl3.h405 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, …
493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G…
550 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
998 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
999 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, …
1001 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
1103 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
[all …]
Dgl31.h407 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, …
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
550 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G…
552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
638 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
1000 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
1001 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, …
1003 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
1105 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
[all …]
Dgl32.h407 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
409 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, …
495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
550 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G…
552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
638 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
1000 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
1001 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, …
1003 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
1105 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
[all …]
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yof…
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsi…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in67 void API_ENTRY(glCompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset,…
68 …CALL_GL_API(glCompressedTexSubImage2D, target, level, xoffset, yoffset, width, height, format, ima…
73 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
74 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
331 void API_ENTRY(glTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
332 …CALL_GL_API(glTexSubImage2D, target, level, xoffset, yoffset, width, height, format, type, pixels);
436 void API_ENTRY(glTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zof…
437 …CALL_GL_API(glTexSubImage3D, target, level, xoffset, yoffset, zoffset, width, height, depth, forma…
439 void API_ENTRY(glCopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
440 CALL_GL_API(glCopyTexSubImage3D, target, level, xoffset, yoffset, zoffset, x, y, width, height);
[all …]
Dgl2ext_api.in130 void API_ENTRY(glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
131 …CALL_GL_API(glTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, fo…
133 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
134 …CALL_GL_API(glCopyTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, x, y, width, height);
139 void API_ENTRY(glCompressedTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffs…
140 …CALL_GL_API(glCompressedTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height,…
334 void API_ENTRY(glClearTexSubImageEXT)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GL…
335 …CALL_GL_API(glClearTexSubImageEXT, texture, level, xoffset, yoffset, zoffset, width, height, depth…
733 void API_ENTRY(glTexPageCommitmentEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
734 …CALL_GL_API(glTexPageCommitmentEXT, target, level, xoffset, yoffset, zoffset, width, height, depth…
[all …]
/frameworks/native/opengl/include/GLES2/
Dgl2.h405 …RYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
407 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, …
493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLin…
548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, G…
550 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp1526 Int xoffset; in EncGetPredOutside() local
1597 xoffset = (xpos >> 1) & 0x3; in EncGetPredOutside()
1598 src = c_prev + (xpos >> 1) - xoffset; in EncGetPredOutside()
1601 if (xoffset || (xpos&1)) in EncGetPredOutside()
1622 xoffset = (xpos >> 1) & 0x3; in EncGetPredOutside()
1623 src = c_prev + (xpos >> 1) - xoffset + (height - 1) * lx; in EncGetPredOutside()
1626 if (xoffset || (xpos&1)) in EncGetPredOutside()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java249 int xoffset, in glCompressedTexSubImage2D() argument
276 int xoffset, in glCopyTexSubImage2D() argument
1084 int xoffset, in glTexSubImage2D() argument
/frameworks/native/opengl/include/GLES/
Dgl.h461 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint…
463 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
545 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …

12