/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
PlaneCollisionShape.java | 14 import com.jme3.math.Plane; 22 private Plane plane; field in class:PlaneCollisionShape 28 * Creates a plane Collision shape 29 * @param plane the plane that defines the shape 31 public PlaneCollisionShape(Plane plane) { 32 this.plane = plane; [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
PlaneCollisionShape.java | 12 import com.jme3.math.Plane; 23 private Plane plane; field in class:PlaneCollisionShape 29 * Creates a plane Collision shape 30 * @param plane the plane that defines the shape 32 public PlaneCollisionShape(Plane plane) { 33 this.plane = plane; [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
VideoLayerChromium.cpp | 81 for (unsigned plane = 0; plane < VideoFrameChromium::maxPlanes; plane++) { 82 Texture texture = m_textures[plane]; 148 for (unsigned plane = 0; plane < frame->planes(); plane++) { 149 Texture texture = m_textures[plane]; 150 ASSERT(frame->requiredTextureSize(plane) == texture.size); 151 updateTexture(context, texture.id, texture.size, textureFormat, frame->data(plane)); [all...] |
VideoFrameChromium.h | 72 virtual unsigned width(unsigned plane) const = 0; 74 virtual unsigned height(unsigned plane) const = 0; 76 virtual int stride(unsigned plane) const = 0; 77 virtual const void* data(unsigned plane) const = 0; 78 virtual unsigned texture(unsigned plane) const = 0; 79 virtual const IntSize requiredTextureSize(unsigned plane) const = 0; 80 virtual bool hasPaddingBytes(unsigned plane) const = 0;
|
/external/libvpx/examples/ |
decoder_tmpl.txt | 47 for(plane=0; plane < 3; plane++) { 48 unsigned char *buf =img->planes[plane]; 50 for(y=0; y<img->d_h >> (plane?1:0); y++) { 51 if(fwrite(buf, 1, img->d_w >> (plane?1:0), outfile)); 52 buf += img->stride[plane];
|
decode_to_md5.txt | 24 Each row of the image is passed to the MD5 accumulator. First the Y plane 34 for(plane=0; plane < 3; plane++) { 35 unsigned char *buf =img->planes[plane]; 37 for(y=0; y<img->d_h >> (plane?1:0); y++) { 38 MD5Update(&md5, buf, img->d_w >> (plane?1:0)); 39 buf += img->stride[plane];
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Plane.java | 40 * <code>Plane</code> defines a plane where Normal dot (x,y,z) = Constant.
42 * plane. The distance is pseudo due to the fact that it can be negative if the
43 * point is on the non-normal side of the plane.
48 public class Plane implements Savable, Cloneable, java.io.Serializable {
53 .getLogger(Plane.class.getName());
62 * Vector normal to the plane.
67 * Constant of the plane. See formula in class definition.
72 * Constructor instantiates a new <code>Plane</code> object. This is the
75 public Plane() {
[all...] |
/external/webkit/Source/WebKit/chromium/src/ |
VideoFrameChromiumImpl.cpp | 75 unsigned VideoFrameChromiumImpl::width(unsigned plane) const 78 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) 90 unsigned VideoFrameChromiumImpl::height(unsigned plane) const 93 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) 105 int VideoFrameChromiumImpl::stride(unsigned plane) const 108 return m_webVideoFrame->stride(plane); 112 const void* VideoFrameChromiumImpl::data(unsigned plane) const 115 return m_webVideoFrame->data(plane); 119 unsigned VideoFrameChromiumImpl::texture(unsigned plane) const 122 return m_webVideoFrame->texture(plane); [all...] |
VideoFrameChromiumImpl.h | 53 virtual unsigned width(unsigned plane) const; 55 virtual unsigned height(unsigned plane) const; 57 virtual int stride(unsigned plane) const; 58 virtual const void* data(unsigned plane) const; 59 virtual unsigned texture(unsigned plane) const; 60 virtual const WebCore::IntSize requiredTextureSize(unsigned plane) const; 61 virtual bool hasPaddingBytes(unsigned plane) const;
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
ReflectionProcessor.java | 7 import com.jme3.math.Plane; 25 private Plane reflectionClipPlane; 31 * @param reflectionClipPlane the clipping plane 33 public ReflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane) { 64 //setting the clip plane to the cam 65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1 111 * returns the reflection clip plane 114 public Plane getReflectionClipPlane() { 119 * Sets the reflection clip plane 122 public void setReflectionClipPlane(Plane reflectionClipPlane) [all...] |
SimpleWaterProcessor.java | 54 * Simple Water renders a simple plane that use reflection and refraction to look like water. 65 * //setting the water plane 67 * waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y))); 107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y)); field in class:SimpleWaterProcessor 119 private Plane reflectionClipPlane; 120 private Plane refractionClipPlane; 205 if (!ray.intersectsWherePlane(plane, targetLocation)) { 207 ray.intersectsWherePlane(plane, targetLocation) [all...] |
/external/chromium/webkit/glue/ |
webvideoframe_impl.h | 26 virtual int stride(unsigned plane) const; 27 virtual const void* data(unsigned plane) const; 28 virtual unsigned texture(unsigned plane) const;
|
webvideoframe_impl.cc | 80 int WebVideoFrameImpl::stride(unsigned plane) const { 82 return static_cast<int>(video_frame_->stride(plane)); 86 const void* WebVideoFrameImpl::data(unsigned plane) const { 88 return static_cast<const void*>(video_frame_->data(plane)); 92 unsigned WebVideoFrameImpl::texture(unsigned plane) const { 94 return video_frame_->gl_texture(plane);
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
Sky.j3md | 1 MaterialDef Sky Plane {
|
/external/webkit/LayoutTests/fast/encoding/ |
xml-utf-8-default-expected.txt | 5 Characters from unicode plane 1, like mathematical bold script capital a, ?, and mathematical bold fraktur small u, ?, work too.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 3 # "plane" and create combined symbol table 21 # into a corresponding plane when forming such input sequences: 23 # id_combined = id_original + 256 * plane 26 # constants (e.g. the plane for each set). Also, some hard-coded 97 the appropriate plane 118 %plane = ( 128 $table{$plane{$table}} = $table; 185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table}; 188 $plane = $plane{$table} [all...] |
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_BGR565toYUV420.c | 45 * @param pPlaneIn: (IN) Pointer to BGR565 Plane 46 * @param pPlaneOut: (OUT) Pointer to YUV420 buffer Plane 48 * @return M4VIFI_ILLEGAL_FRAME_HEIGHT: YUV Plane height is ODD 49 * @return M4VIFI_ILLEGAL_FRAME_WIDTH: YUV Plane width is ODD 100 /* Set the size of the memory jumps corresponding to row jump in each output plane */ 106 /* Set the size of the memory jumps corresponding to row jump in input plane */ 114 /* Current Y plane row pointers */ 116 /* Next Y plane row pointers */ 118 /* Current U plane row pointer */ 120 /* Current V plane row pointer * [all...] |
M4VIFI_RGB565toYUV420.c | 47 * @param pPlaneIn: (IN) Pointer to RGB565 Plane 48 * @param pPlaneOut: (OUT) Pointer to YUV420 buffer Plane 50 * @return M4VIFI_ILLEGAL_FRAME_HEIGHT: YUV Plane height is ODD 51 * @return M4VIFI_ILLEGAL_FRAME_WIDTH: YUV Plane width is ODD 101 /* Set the size of the memory jumps corresponding to row jump in each output plane */ 107 /* Set the size of the memory jumps corresponding to row jump in input plane */ 116 /* Current Y plane row pointers */ 118 /* Next Y plane row pointers */ 120 /* Current U plane row pointer */ 122 /* Current V plane row pointer * [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 38 * pSrcRefBuf - pointer to the reference Y plane; points to the reference 40 * in the current plane. 41 * refWidth - width of the reference plane 42 * pRefRect - pointer to the valid reference plane rectangle; coordinates 47 * buffer extracted from the original plane (linear array, 128 50 * pCurrPointPos - position of the current block in the current plane
|
/external/quake/quake/src/QW/client/ |
pmovetst.c | 97 mplane_t *plane;
local 105 plane = hull->planes + node->planenum;
107 if (plane->type < 3)
108 d = p[plane->type] - plane->dist;
110 d = DotProduct (plane->normal, p) - plane->dist;
130 mplane_t *plane;
local 144 plane = hull->planes + node->planenum;
146 if (plane->type < 3) 179 mplane_t *plane; local [all...] |
gl_test.c | 27 plane_t *plane;
member in struct:__anon11562 60 junk = trace.plane;
71 plane_t *plane;
local 84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Camera.java | 92 * LEFT_PLANE represents the left plane of the camera frustum. 96 * RIGHT_PLANE represents the right plane of the camera frustum. 100 * BOTTOM_PLANE represents the bottom plane of the camera frustum. 104 * TOP_PLANE represents the top plane of the camera frustum. 108 * FAR_PLANE represents the far plane of the camera frustum. 112 * NEAR_PLANE represents the near plane of the camera frustum. 132 * Distance from camera to near frustum plane. 136 * Distance from camera to far frustum plane. 140 * Distance from camera to left frustum plane. 144 * Distance from camera to right frustum plane [all...] |
/external/quake/quake/src/QW/server/ |
worlda.s | 36 // mplane_t *plane; 62 // plane = hull->planes + node->planenum; 71 // if (plane->type < 3) 72 // d = p[plane->type] - plane->dist; 78 // d = DotProduct (plane->normal, p) - plane->dist;
|
/external/quake/quake/src/WinQuake/ |
gl_test.cpp | 27 plane_t *plane;
member in struct:__anon11925 60 junk = trace.plane;
71 plane_t *plane;
local 84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VIFI_xVSS_RGB565toYUV420.c | 47 * @param pPlaneIn: (IN) Pointer to RGB565 Plane 48 * @param pPlaneOut: (OUT) Pointer to YUV420 buffer Plane 50 * @return M4VIFI_ILLEGAL_FRAME_HEIGHT: YUV Plane height is ODD 51 * @return M4VIFI_ILLEGAL_FRAME_WIDTH: YUV Plane width is ODD 102 /* Set the size of the memory jumps corresponding to row jump in each output plane */ 108 /* Set the size of the memory jumps corresponding to row jump in input plane */ 117 /* Current Y plane row pointers */ 119 /* Next Y plane row pointers */ 121 /* Current U plane row pointer */ 123 /* Current V plane row pointer * [all...] |