Home
last modified time | relevance | path

Searched refs:plane (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java154 Image.Plane plane = mock(Image.Plane.class); in capturedImageSaver() local
155 when(plane.getBuffer()).thenReturn(buf); in capturedImageSaver()
156 when(plane.getPixelStride()).thenReturn(1); in capturedImageSaver()
157 when(plane.getRowStride()).thenReturn(5); in capturedImageSaver()
159 Image.Plane[] onlyPlaneThatMatters = { plane }; in capturedImageSaver()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java167 int plane, in glClipPlanef() argument
173 int plane, in glClipPlanef() argument
178 int plane, in glClipPlanex() argument
184 int plane, in glClipPlanex() argument
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java182 int plane, in glClipPlanef() argument
190 int plane, in glClipPlanef() argument
197 int plane, in glClipPlanex() argument
205 int plane, in glClipPlanex() argument
H A DGLES11Ext.java297 int plane, in glClipPlanexOES() argument
305 int plane, in glClipPlanexOES() argument
971 int plane, in glClipPlanefOES() argument
979 int plane, in glClipPlanefOES() argument
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() argument
848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
H A DGLLogWrapper.java2588 arg("plane", plane); in glClipPlanef()
2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
2598 arg("plane", plane); in glClipPlanef()
2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
2607 arg("plane", plane); in glClipPlanex()
2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
2617 arg("plane", plane); in glClipPlanex()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java466 final int plane = (int) ((((float) i) / NUM_STARS) * NUM_PLANES) + 1; in draw() local
467 mStars[4 * i + 2] = (mStars[4 * i + 2] + dx * plane + w) % w; in draw()
468 mStars[4 * i + 3] = (mStars[4 * i + 3] + dy * plane + h) % h; in draw()
469 mStars[4 * i + 0] = inWarp ? mStars[4 * i + 2] - dx * mWarp * 2 * plane : -100; in draw()
470 mStars[4 * i + 1] = inWarp ? mStars[4 * i + 3] - dy * mWarp * 2 * plane : -100; in draw()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java484 final Image.Plane plane = image.getPlanes()[0]; in scanImage() local
485 final ByteBuffer buffer = plane.getBuffer(); in scanImage()
488 final int pixelStride = plane.getPixelStride(); in scanImage()
489 final int rowStride = plane.getRowStride(); in scanImage()
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp130 inline RowIterator(Plane plane, Transform transform, int rowLength);
151 RowIterator<ROWS>::RowIterator(Plane plane, Transform transform, in RowIterator() argument
153 : mPlane(plane), mTransform(transform) { in RowIterator()
H A Dandroid_opengl_GLES11.cpp522 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
548 (GLenum)plane, in android_glClipPlanef__I_3FI()
565 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() argument
586 (GLenum)plane, in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
602 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
628 (GLenum)plane, in android_glClipPlanex__I_3II()
645 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() argument
666 (GLenum)plane, in android_glClipPlanex__ILjava_nio_IntBuffer_2()
H A Dandroid_opengl_GLES11Ext.cpp976 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() argument
1002 (GLenum)plane, in android_glClipPlanexOES__I_3II()
1019 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() argument
1040 (GLenum)plane, in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
3271 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() argument
3297 (GLenum)plane, in android_glClipPlanefOES__I_3FI()
3314 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() argument
3335 (GLenum)plane, in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp4358 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
4390 (GLenum)plane, in android_glClipPlanef__I_3FI()
4407 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() argument
4434 (GLenum)plane, in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4450 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
4482 (GLenum)plane, in android_glClipPlanex__I_3II()
4499 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() argument
4526 (GLenum)plane, in android_glClipPlanex__ILjava_nio_IntBuffer_2()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1197 int plane, in glClipPlanef() argument
1205 int plane, in glClipPlanef() argument
1212 int plane, in glClipPlanex() argument
1220 int plane, in glClipPlanex() argument
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java1353 final Image.Plane plane = image.getPlanes()[0]; in getBorderLuma() local
1354 final ByteBuffer buffer = plane.getBuffer(); in getBorderLuma()
1357 final int pixelStride = plane.getPixelStride(); in getBorderLuma()
1358 final int rowStride = plane.getRowStride(); in getBorderLuma()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp2277 const AHardwareBuffer_Plane &plane = planes.planes[i]; in android_media_MediaCodec_mapHardwareBuffer() local
2278 int maxRowOffset = plane.rowStride * (desc.height / rowSampling - 1); in android_media_MediaCodec_mapHardwareBuffer()
2279 int maxColOffset = plane.pixelStride * (desc.width / colSampling - 1); in android_media_MediaCodec_mapHardwareBuffer()
2283 plane.data, in android_media_MediaCodec_mapHardwareBuffer()
2291 rowStrides[i] = plane.rowStride; in android_media_MediaCodec_mapHardwareBuffer()
2292 pixelStrides[i] = plane.pixelStride; in android_media_MediaCodec_mapHardwareBuffer()