HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/
depth_fs.glsl 4 // Near and far planes from the projection
  /external/libvpx/vpx/src/
vpx_image.c 184 img->planes[VPX_PLANE_PACKED] =
193 img->planes[VPX_PLANE_ALPHA] =
198 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
203 img->planes[VPX_PLANE_U] = data
207 img->planes[VPX_PLANE_V] = data
213 img->planes[VPX_PLANE_V] = data
217 img->planes[VPX_PLANE_U] = data
237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
244 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 49 int planes = 0; local
60 planes++;
63 planes++;
66 planes++;
68 return planes;
77 int planes; local
209 planes = grab_ptrs2(overlay->hwdata->channel, overlay->hwdata->FrameData0, overlay->hwdata->FrameData1);
218 /* check for the validness of all planes */
224 SDL_SetError("PgConfigScaler() returns all planes equal NULL\n");
246 overlay->planes = planes
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 77 JSAMPARRAY planes[3]; local
78 planes[0] = y;
79 planes[1] = cb;
80 planes[2] = cr;
107 jpeg_write_raw_data(cinfo, planes, 16);
150 JSAMPARRAY planes[3]; local
151 planes[0] = y;
152 planes[1] = cb;
153 planes[2] = cr;
178 jpeg_write_raw_data(cinfo, planes, 16)
    [all...]
  /external/opencv/cvaux/src/
camshift.cpp 86 uchar* planes[CV_MAX_DIM]; local
116 cvGetRawData( m_color_planes[i], &planes[i], &plane_step, &size );
132 planes[0][x] = (uchar)val0;
134 planes[1][x] = (uchar)val1;
136 planes[2][x] = (uchar)val2;
142 planes[0][x] = 0;
144 planes[1][x] = 0;
146 planes[2][x] = 0;
151 planes[i] += plane_step;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 133 int planes; local
144 /* count planes */
145 planes = count_planes(format);
146 if (planes == 0)
151 if (planes == 3)
213 overlay->planes = planes;
214 overlay->pitches = (Uint16*)SDL_calloc(overlay->planes, sizeof(Uint16));
215 overlay->pixels = (Uint8**)SDL_calloc(overlay->planes, sizeof(Uint8*));
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataric2p_s.h 35 Uint8 *dest, /* Destination (4/8 bits planes) */
49 Uint8 *dest, /* Destination (8 bits planes) */
63 Uint8 *dest, /* Destination (4 bits planes) */
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c 63 M4VIFI_UInt8 *pu8_data_in[PLANES], *pu8_data_in1[PLANES],*pu8_data_out;
66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out;
67 M4VIFI_UInt32 u32_stride_in[PLANES];
69 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES];
115 for(u32_plane = 0; u32_plane < PLANES; u32_plane++)
147 /* Compute horizontal ratio between src and destination width for U and V Planes. */
157 /* Compute vertical ratio between src and destination height for U and V Planes. *
    [all...]
M4VIFI_ResizeYUVtoRGB565.c 66 M4VIFI_UInt8 *pu8_data_in[PLANES], *pu8_data_in1[PLANES],*pu8_data_out;
69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out;
70 M4VIFI_UInt32 u32_stride_in[PLANES];
72 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES];
119 for(u32_plane = 0; u32_plane < PLANES; u32_plane++)
151 /* Compute horizontal ratio between src and destination width for U and V Planes.*/
161 /* Compute vertical ratio between src and destination height for U and V Planes.*
    [all...]
  /external/chromium/webkit/glue/
webvideoframe_impl.h 25 virtual unsigned planes() const;
webvideoframe_impl.cc 74 unsigned WebVideoFrameImpl::planes() const { function in class:webkit_glue::WebVideoFrameImpl
76 return video_frame_->planes();
  /external/opencv/cv/src/
cvtemplmatch.cpp 159 CvMat* planes[] = { 0, 0, 0, 0 }; local
167 planes[k] = templ_depth == max_depth ? dst :
169 cvSplit( templ, planes[0], planes[1], planes[2], planes[3] );
170 src = planes[k];
171 planes[k] = 0;
203 CvMat* planes[] = { 0, 0, 0, 0 }; local
232 planes[i] = dst1
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 47 Uint8 *planes[3]; member in struct:private_yuvhwdata
192 overlay->pixels = hwdata->planes;
197 overlay->planes = 3;
200 overlay->planes = 1;
230 /* Add the two extra planes */
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 119 unsigned char* planes[5];
121 [rep getBitmapDataPlanes:planes];
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 84 * and V planes.
86 * and V planes.
88 * and V planes.
  /external/libvpx/examples/
decoder_tmpl.txt 48 unsigned char *buf =img->planes[plane];
decode_to_md5.txt 35 unsigned char *buf =img->planes[plane];
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 103 * Given an n-gon as input, clipping against 6 planes could generate an
114 /* count vertices "outside" with respect to each of the six planes */
129 /* check if all vertices are "outside" any of the six planes */
137 * now clip against each of the planes that might cut the polygon,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 40 #define FB_TYPE_PLANES 1 /* Non interleaved planes */
41 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */
43 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */
58 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
59 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */
60 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */
151 __u32 type_aux; /* Interleave for interleaved Planes */
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 45 Uint8 *planes[3]; member in struct:private_yuvhwdata
181 overlay->pixels = hwdata->planes;
185 overlay->planes = 3;
188 overlay->planes = 1;
227 /* Add the two extra planes */
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 137 // Allocate textures for planes if they are not allocated already, or
147 // Update texture planes.
148 for (unsigned plane = 0; plane < frame->planes(); plane++) {
191 for (unsigned plane = 0; plane < frame->planes(); plane++) {
290 for (unsigned plane = 0; plane < frame->planes(); plane++) {
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_centscreen.c 78 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes)
85 newmode.plan = planes;
  /external/quake/quake/src/QW/server/
worlda.s 54 // %ebp: hull->planes
62 // plane = hull->planes + node->planenum;
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl
101 return m_webVideoFrame->planes();
  /external/libyuv/files/source/
rotate_priv.h 18 // Rotate planes by 90, 180, 270

Completed in 2810 milliseconds

1 2 3 4 5 6 7 8 9