Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp82 const C2PlaneInfo &plane = layout.planes[i]; in _ImageCopy() local
924 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter() local
1138 const C2PlaneInfo &plane = layout.planes[0]; in GraphicView2MediaImageConverter() local
1162 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter() local
1183 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter() local
1202 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter() local
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
DCameraTooTest.java154 Image.Plane plane = mock(Image.Plane.class); in capturedImageSaver() local
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java167 int plane, in glClipPlanef()
173 int plane, in glClipPlanef()
178 int plane, in glClipPlanex()
184 int plane, in glClipPlanex()
/frameworks/base/opengl/java/android/opengl/
DGLES11.java182 int plane, in glClipPlanef()
190 int plane, in glClipPlanef()
197 int plane, in glClipPlanex()
205 int plane, in glClipPlanex()
DGLES11Ext.java297 int plane, in glClipPlanexOES()
305 int plane, in glClipPlanexOES()
971 int plane, in glClipPlanefOES()
979 int plane, in glClipPlanefOES()
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java484 final Image.Plane plane = image.getPlanes()[0]; in scanImage() local
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp651 C2PlaneInfo plane = layout.planes[index]; in FillPlane() local
677 MediaImage2::PlaneInfo plane = mediaImage->mPlane[index]; in VerifyPlane() local
/frameworks/av/media/img_utils/src/
DDngUtils.cpp291 uint32_t plane, in addGainMap()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java483 final int plane = (int) ((((float) i) / NUM_STARS) * NUM_PLANES) + 1; in draw() local
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotPersistQueue.java492 final Image.Plane plane = planes[0]; in copyToSwBitmapDirect() local
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp411 for (const ui::PlaneLayout &plane : planes) { in Gralloc4Mapper_lock() local
1323 const C2PlaneInfo &plane = layout->planes[i]; in map() local
1673 const C2PlaneInfo &plane = layout->planes[i]; in map() local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp151 RowIterator<ROWS>::RowIterator(Plane plane, Transform transform, in RowIterator()
Dandroid_opengl_GLES11.cpp523 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI()
566 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
603 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II()
646 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
Dandroid_opengl_GLES11Ext.cpp977 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II()
1020 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
3272 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI()
3315 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4359 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI()
4408 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4451 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II()
4500 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp303 for (int plane = 0; plane < numOfPlanes; plane++) { in fillByteBuffer() local
/frameworks/ex/camera2/extensions/jni/
DJpegEncoder.cpp149 RowIterator<ROWS>::RowIterator(Plane plane, Transform transform, in RowIterator()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1197 int plane, in glClipPlanef()
1205 int plane, in glClipPlanef()
1212 int plane, in glClipPlanex()
1220 int plane, in glClipPlanex()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java1397 final Image.Plane plane = image.getPlanes()[0]; in getBorderLuma() local
/frameworks/av/media/libstagefright/
DACodec.cpp5289 MediaImage2::PlaneInfo *plane = img.mPlane; in getPortFormat() local
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2750 const AHardwareBuffer_Plane &plane = planes.planes[i]; in android_media_MediaCodec_mapHardwareBuffer() local