/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/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/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/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/media/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/base/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
|
omxVCM4P2_BlockMatch_Half_16x16.c | 40 * pSrcRefBuf - pointer to the reference Y plane; points to the reference 42 * macroblock in the current plane. 43 * refWidth - width of the reference plane 44 * pRefRect - reference plane valid region rectangle 46 * buffer extracted from the original plane (linear array, 256 51 * reference plane, i.e., the reference position pointed to by the
|
omxVCM4P2_BlockMatch_Half_8x8.c | 41 * pSrcRefBuf - pointer to the reference Y plane; points to the reference 43 * in the current plane. 44 * refWidth - width of the reference plane 45 * pRefRect - reference plane valid region rectangle 47 * buffer extracted from the original plane (linear array, 128 52 * reference plane.
|
omxVCM4P2_BlockMatch_Integer_16x16.c | 38 * pSrcRefBuf - pointer to the reference Y plane; points to the reference 40 * the current plane. 41 * refWidth - width of the reference plane 42 * pRefRect - pointer to the valid reference plane rectangle; coordinates 49 * buffer extracted from the original plane (linear array, 256 52 * pCurrPointPos - position of the current macroblock 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:__anon10212 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/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:__anon10575 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/media/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...] |
/frameworks/base/libs/rs/scriptc/ |
rs_math.rsh | 94 * @param left plane 95 * @param right plane 96 * @param top plane 97 * @param bottom plane 98 * @param near plane 99 * @param far plane 106 // x y z w = a b c d in the plane equation 154 * @param left plane 155 * @param right plane 156 * @param top plane [all...] |
/prebuilt/sdk/14/renderscript/include/ |
rs_math.rsh | 94 * @param left plane 95 * @param right plane 96 * @param top plane 97 * @param bottom plane 98 * @param near plane 99 * @param far plane 106 // x y z w = a b c d in the plane equation 154 * @param left plane 155 * @param right plane 156 * @param top plane [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_ExpandFrame_I.c | 12 * This function will Expand Frame boundary pixels into Plane 27 * source frame should be stored in a plane buffer with sufficient space 29 * the plane buffer center. This function executes the pixel expansion by 31 * locations (expansion region) between the source frame edge and the plane 44 * in the plane buffer; must be larger than or equal to 50 * top-left corner of the plane); must be aligned on an 8-byte
|
/external/webkit/Source/WebKit/chromium/public/ |
WebVideoFrame.h | 64 virtual int stride(unsigned plane) const = 0; 65 virtual const void* data(unsigned plane) const = 0; 66 virtual unsigned texture(unsigned plane) const = 0;
|