/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | 281 /* The input Y Plane is the same as the output Y Plane */ 312 /* The input Y Plane is the same as the output Y Plane */ 568 * Initialize input / output plane pointers */ 631 * Framing is applyed if coordinates matches between framing/topleft and input plane */ 696 * Just copy input plane to output plane */ 751 /* Initialize input / output plane pointers */ [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | 135 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 160 v4l2_buf.m.planes = plane; 165 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; 166 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; 170 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; 171 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; 172 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; 173 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; 186 v4l2_buf.m.planes = plane; 2132 struct v4l2_plane plane; local 3634 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 4248 struct v4l2_plane plane; local 4601 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 5152 struct v4l2_plane plane; local 5313 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local [all...] |
omx_vdec_msm8974.cpp | 134 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 159 v4l2_buf.m.planes = plane; 164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; 165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; 169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; 170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; 171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; 172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; 185 v4l2_buf.m.planes = plane; 248 v4l2_buf.m.planes = plane; 2283 struct v4l2_plane plane; local 3878 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 4516 struct v4l2_plane plane; local 4868 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local 5467 struct v4l2_plane plane; local 5663 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 82 xd->plane[0].dequant = cm->y_dequant[q_index]; 85 xd->plane[i].dequant = cm->uv_dequant[q_index]; 88 static void decode_block(int plane, int block, BLOCK_SIZE plane_bsize, 91 struct macroblockd_plane *const pd = &xd->plane[plane]; 124 static void decode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, 127 struct macroblockd_plane *const pd = &xd->plane[plane]; 133 const MB_PREDICTION_MODE mode = (plane == 0) 139 extend_for_intra(xd, plane_bsize, plane, block, tx_size) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingVolume.java | 96 * Sets the index of the plane that should be first checked during rendering.
140 * lies on a plane. Possible values are POSITIVE_SIDE, NEGATIVE_SIDE, and
143 * @param plane
144 * the plane to check against this bounding volume.
147 public abstract Plane.Side whichSide(Plane plane);
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
TempVars.java | 200 * Plane
202 public final Plane plane = new Plane();
field in class:TempVars
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 86 struct macroblock_plane plane[MAX_MB_PLANE]; member in struct:macroblock
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 435 final Image.Plane plane = image.getPlanes()[0]; local 436 final ByteBuffer buffer = plane.getBuffer(); 439 final int pixelStride = plane.getPixelStride(); 440 final int rowStride = plane.getRowStride();
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 297 int plane, 302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 305 int plane, 968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) 971 int plane, [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
ExynosVideoDecoder.c | 1242 int nIndex, plane; local 1280 int nIndex, plane; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 673 public void glClipPlanef(int plane, float[] equation, int offset) { 674 mgl11.glClipPlanef(plane, equation, offset); 677 public void glClipPlanef(int plane, FloatBuffer equation) { 678 mgl11.glClipPlanef(plane, equation); 681 public void glClipPlanex(int plane, int[] equation, int offset) { 682 mgl11.glClipPlanex(plane, equation, offset); 685 public void glClipPlanex(int plane, IntBuffer equation) { 686 mgl11.glClipPlanex(plane, equation);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
Extensions3D.cpp | 132 void Extensions3D::texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane) 134 m_context->webContext()->texImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
|
Extensions3D.h | 296 void texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
es1_conversion.c | 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) 69 _mesa_ClipPlane(plane, converted_equation); 73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) 82 _mesa_ClipPlane(plane, converted_equation); 210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) 215 _mesa_GetClipPlane(plane, converted_equation); 222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) 227 _mesa_GetClipPlane(plane, converted_equation);
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.cc | 238 // Don't think we need to identify a plane. 239 GLuint plane = 0; local 249 plane);
|
/external/mesa3d/src/mesa/main/ |
es1_conversion.c | 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) 69 _mesa_ClipPlane(plane, converted_equation); 73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) 82 _mesa_ClipPlane(plane, converted_equation); 210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) 215 _mesa_GetClipPlane(plane, converted_equation); 222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) 227 _mesa_GetClipPlane(plane, converted_equation);
|
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_video_capture_device_unittest.cc | 382 for (int plane = 0; plane < 3; ++plane) { 383 yuv[plane] = frame->data(plane)[0];
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
ExynosVideoEncoder.c | 1630 int plane; local 1667 int plane; local [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
Exynos_OMX_H264dec.c | 912 ExynosVideoPlane plane; local 1013 int plane; local 1560 int i, plane; local 1659 int i, plane; local 1909 int plane; local [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | 838 ExynosVideoPlane plane; local 839 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer; 840 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen; 841 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0]; 842 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) { 994 int plane; local 1605 int i, plane; local 1695 int i, plane; local 1933 int plane; local [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/ |
Exynos_OMX_Vp8dec.c | 649 ExynosVideoPlane plane; local 650 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer; 651 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen; 652 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0]; 653 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) { 804 int plane; local 1194 int i, plane; local 1284 int i, plane; local 1522 int plane; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_cmd.h | 182 uint32 index, const float *plane);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.h | 182 uint32 index, const float *plane);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/ |
Exynos_OMX_H264enc.c | 909 int plane; local 1011 ExynosVideoPlane plane; local 1696 int i = 0, plane = 0; local 1772 int plane; local 1869 int plane = 0; local [all...] |