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

1 2 34 5 6 7 8 910

  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 74 /* Check planes height are appropriate */
82 /* Check planes width are appropriate */
  /gdk/samples/quake/jni/
bspfile.h 118 // 0-2 are axial planes
123 // 3-5 are non-axial planes snapped to the nearest
gl_model.h 199 mplane_t *planes; member in struct:__anon17578
374 mplane_t *planes; member in struct:model_s
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_API.h 44 * Image planes definition */
225 image planes (Y, U and V)
227 of three valid image planes (Y, U and V)
259 valid image planes (Y, U and V)
261 valid image planes (Y, U and V)
263 of three valid image planes (Y, U and V)
    [all...]
  /external/libvpx/vp8/
vp8_dx_iface.c 554 yv12->y_buffer = img->planes[VPX_PLANE_Y];
555 yv12->u_buffer = img->planes[VPX_PLANE_U];
556 yv12->v_buffer = img->planes[VPX_PLANE_V];
vp8_cx_iface.c 575 yv12->y_buffer = img->planes[VPX_PLANE_Y];
576 yv12->u_buffer = img->planes[VPX_PLANE_U];
577 yv12->v_buffer = img->planes[VPX_PLANE_V];
913 ctx->preview_img.planes[VPX_PLANE_Y] = sd.y_buffer;
914 ctx->preview_img.planes[VPX_PLANE_U] = sd.u_buffer;
915 ctx->preview_img.planes[VPX_PLANE_V] = sd.v_buffer;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 62 Uint8 *planes[3]; member in struct:private_yuvhwdata
150 overlay->pixels = hwdata->planes;
162 overlay->planes = 3;
  /external/libvpx/
y4minput.c 389 We use a resampling filter to decimate the chroma planes by two in the
456 Then we use a second resampling filter to decimate the chroma planes by two
531 Then we use another filter to decimate the planes by 2 in the vertical
798 /*No extra space required, but we need to clear the chroma planes.*/
862 /*Y4M has the planes in Y'CbCr order, which libvpx calls Y, U, and V.*/
877 _img->planes[PLANE_Y]=_y4m->dst_buf;
878 _img->planes[PLANE_U]=_y4m->dst_buf+pic_sz;
879 _img->planes[PLANE_V]=_y4m->dst_buf+pic_sz+c_sz;
vpxdec.c 73 "Flip the chroma planes in the output");
1066 buf = img->planes[VPX_PLANE_Y];
1074 buf = img->planes[flipuv?VPX_PLANE_V:VPX_PLANE_U];
1082 buf = img->planes[flipuv?VPX_PLANE_U:VPX_PLANE_V];
    [all...]
  /external/mesa3d/docs/
xlibdriver.html 172 <H2>Overlay Planes</H2>
174 Hardware overlay planes are supported by the Xlib driver. To
relnotes-6.5.1.html 68 <li>clipping of lines against user-defined clip planes was broken (6512)
relnotes-6.5.3.html 71 <li>Fixed a few bugs in software-emulated alpha planes
  /external/quake/quake/src/QW/client/
gl_model.h 203 mplane_t *planes; member in struct:__anon11553
377 mplane_t *planes; member in struct:model_s
model.h 183 mplane_t *planes; member in struct:__anon11583
343 mplane_t *planes; member in struct:model_s
  /external/quake/quake/src/WinQuake/
gl_model.h 199 mplane_t *planes; member in struct:__anon11916
374 mplane_t *planes; member in struct:model_s
model.h 172 mplane_t *planes; member in struct:__anon11943
326 mplane_t *planes; member in struct:model_s
  /external/skia/src/images/
bmpdecoderhelper.cpp 50 GetShort(); // Planes.
65 GetShort(); // Planes.
  /external/libvpx/examples/
encoder_tmpl.c 58 nbytes = fread(img->planes[0], 1, to_read, f);
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 93 ;Copy U & V planes
vp8_vpxyv12_copysrcframe_func_neon.asm 141 ;Copy U & V planes
  /external/qemu/android/camera/
camera-win.h 53 /* two planes -- one Y, one Cr + Cb interleaved */
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 156 8I: 8 bpp planes
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 91 /* Copy the mask and the data to different bitmap planes */
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 57 char NumberOfPlanes; /* Number of memory planes */
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 147 Cardinal depth; /* number of planes in window */

Completed in 1082 milliseconds

1 2 34 5 6 7 8 910