HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 76 - 100 of 671) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 162 * @note In case the input format type is JPEG, input plane(s)
163 * in pIn is not used. In normal mode, dimension specified in output plane(s) structure
173 * @param pIn: (IN) Plane structure containing input Plane(s).
174 * @param pOut: (IN/OUT) Plane structure containing output Plane(s).
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 40 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
42 * the current plane.
43 * [in] refWidth width of the reference plane
44 * [in] pRefRect reference plane valid region rectangle
45 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane
48 * in terms of integer pixel units) in the reference plane.
armVCM4P2_BlockMatch_Integer.c 38 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
40 * plane.
41 * [in] refWidth width of the reference plane
42 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
46 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
48 * [in] pCurrPointPos position of the current macroblock in the current plane
  /external/quake/quake/src/WinQuake/
world.cpp 355 splitplane = node->plane;
495 mplane_t *plane; local
503 plane = hull->planes + node->planenum;
505 if (plane->type < 3)
506 d = p[plane->type] - plane->dist;
508 d = DotProduct (plane->normal, p) - plane->dist;
584 mplane_t *plane; local
615 plane = hull->planes + node->planenum
    [all...]
r_bsp.cpp 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane; local
532 plane = node->plane;
534 switch (plane->type)
    [all...]
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon14698
  /external/quake/quake/src/QW/client/
r_bsp.c 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane; local
532 plane = node->plane;
534 switch (plane->type
    [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/libvpx/libvpx/test/
test_vector_test.cc 92 for (int plane = 0; plane < 3; ++plane) {
93 uint8_t *buf = img.planes[plane];
95 for (unsigned int y = 0; y < (plane ? (img.d_h + 1) >> 1 : img.d_h);
97 MD5Update(&md5, buf, (plane ? (img.d_w + 1) >> 1 : img.d_w));
98 buf += img.stride[plane];
  /external/webkit/Source/WebCore/manual-tests/win/
milliondollar.html 23 .plane > a {display:block;height:100%;width:100%;}
24 .plane {
113 return "<div class='a_cube'><div class='plane one' style='background-color: red;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateZ(-90deg) translateX(0px) translateY(-"+(dw/2)+"px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane two' style='background-color: blue;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateX(180deg) rotateZ(-90deg) translateX(0px) translateY(-"+(dw/2)+"px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane three' style='background-color: green;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateX(-90deg) translateX(0px) translateZ("+(dw/2)+"px) translateY(-"+(dw/2)+"px);position:absolute;'></div><div class='plane four' style='background-color: yellow;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateX(90deg) rotateZ(-90deg) translateY(-"+(dw/2)+"px) translateX(0px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane five' style='background-color: gray;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(0deg) translateX(0px) translateZ("+(dw)+"px) translateY(0px);position:absolute;'></div></div>";
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 88 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); local
89 if (plane != null) {
90 plane.setVisible(!mUseBlur);
257 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); local
258 if (plane != null) {
259 plane.setRenderState(texState);
260 plane.setVisible(!mUseBlur);
  /external/quake/quake/src/QW/server/
world.c 345 splitplane = node->plane;
457 mplane_t *plane; local
465 plane = hull->planes + node->planenum;
467 if (plane->type < 3)
468 d = p[plane->type] - plane->dist;
470 d = DotProduct (plane->normal, p) - plane->dist;
536 mplane_t *plane; local
567 plane = hull->planes + node->planenum
    [all...]
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon14375
  /frameworks/av/include/media/stagefright/
YUVImage.h 129 // Pointer to start of the Y data plane.
132 // Pointer to start of the U data plane. Note that in case of interleaved formats like
133 // YUV420 semiplanar, mUdata points to the start of the U data in the UV plane.
136 // Pointer to start of the V data plane. Note that in case of interleaved formats like
137 // YUV420 semiplanar, mVdata points to the start of the V data in the UV plane.
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB888toYUV420.c 26 Purpose: filling of the YUV420 plane from a BGR24 plane
34 In: RGB24 plane
81 /* set the size of the memory jumps corresponding to row jump in each output plane */
87 /* idem for input plane */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 30 * on the coefficients. The results are then placed in the output frame/plane on
32 * written to corresponding block buffer within the destination plane.
43 * [in] step width of the destination plane
76 * [out] pDst pointer to the block in the destination plane.
197 /* Placing the linear array into the destination plane and clipping
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 13 ;// This function will Expand Frame boundary pixels into Plane
86 ;// Copy top and bottom region of the plane as follows
166 ;// Copy top-left and top-right region of the plane as follows
185 ;// Copy left and right region of the plane as follows
206 ;// Copy bottom-left and bottom-right region of the plane as follows
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 36 * on the coefficients. The results are then placed in the output frame/plane on
38 * written to corresponding block buffer within the destination plane.
49 * [in] step width of the destination plane
82 * [out] pDst pointer to the block in the destination plane.
203 /* Placing the linear array into the destination plane and clipping
  /external/chromium/base/
string_split.h 24 // (Basic Multilingual Plane). Elsewhere (Linux/Mac), wchar_t
29 // NOTE: |c| must be in BMP (Basic Multilingual Plane)
61 // NOTE: |c| must be in BMP (Basic Multilingual Plane)
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 39 * <code>Quad</code> represents a rectangular plane in space
59 * is always created in the XY plane.
70 * is always created in the XY plane.
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 143 * Get bpp and plane of v4l2_pixel_format.
175 * Get plane of v4l2_pixel_format.
181 * num of plane
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 158 * Y Plane
163 * V (1st color) plane
168 * U (1st color) plane
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
ImageUtils.h 158 * Y Plane
163 * V (1st color) plane
168 * U (1st color) plane
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 158 * Y Plane
163 * V (1st color) plane
168 * U (1st color) plane
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestKinematicAddToPhysicsSpaceIssue.java 14 import com.jme3.math.Plane;
70 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);

Completed in 1134 milliseconds

1 2 34 5 6 7 8 91011>>