Searched defs:srcX (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Camera2/jni/ |
H A D | jpegutilnative.cpp | 141 int srcX = height - 1 - y; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local 150 int srcX = width - 1 - x; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local 159 int srcX = y; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 417 int srcX, in glCopyImageSubDataEXT()
|
H A D | GLES32.java | 253 int srcX, in glCopyImageSubData()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 714 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
H A D | android_opengl_GLES32.cpp | 431 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|