Searched refs:plane (Results 176 - 200 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c219 unsigned depth, unsigned usage, unsigned plane)
231 if (plane > 0) {
216 vl_vide_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned usage, unsigned plane) argument
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec116 within each plane, the order or R, G, B, A, Y, U, and V indicates
124 One plane, samples RGB from the texture to rgb in the
128 One plane, samples RGBA from the texture to rgba in the
134 Three planes, samples Y from the first plane to r in
135 the shader, U from the second plane to r, and V from
136 the third plane to r.
139 Two planes, samples Y from the first plane to r in
140 the shader, U and V from the second plane to rg.
143 Two planes, samples Y from the first plane to r in
144 the shader, U and V from the second plane t
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c219 unsigned depth, unsigned usage, unsigned plane)
231 if (plane > 0) {
216 vl_vide_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned usage, unsigned plane) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h295 float plane[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h90 struct macroblock_plane plane[MAX_MB_PLANE]; member in struct:macroblock
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h295 float plane[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c271 int plane; local
276 plane = (-0xC8 + (c << 2) + (utf8[1] >> 4));
277 if (plane == 0) {
282 } else if (plane <= 16) {
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc173 int plane,
997 int plane,
1003 size_t offset = target->stride(plane) * (dst_subrect.y() >> size_shift) +
1007 target->stride(plane),
1008 target->data(plane) + offset,
994 ReadbackPlane( TextureFrameBufferPair* source, const scoped_refptr<media::VideoFrame>& target, int plane, int size_shift, const gfx::Rect& dst_subrect, ReadbackSwizzle swizzle, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.c1183 int32_t plane; local
1189 plane = attrs.PlaneWL;
1196 if (plane < 0 || plane >= f->nplanes) {
1198 "dri2_create_image_wayland_wl_buffer (plane out of bounds)");
1202 dri_image = dri2_dpy->image->fromPlanar(buffer->driver_buffer, plane, NULL);
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1183 int32_t plane; local
1189 plane = attrs.PlaneWL;
1196 if (plane < 0 || plane >= f->nplanes) {
1198 "dri2_create_image_wayland_wl_buffer (plane out of bounds)");
1202 dri_image = dri2_dpy->image->fromPlanar(buffer->driver_buffer, plane, NULL);
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h23 GLuint plane);
27 GLuint plane);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c1969 unsigned char *plane[4][3]; local
2010 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
2056 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
2057 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
2058 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];
2543 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
2544 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
2545 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri2.c711 dri2_from_planar(__DRIimage *image, int plane, void *loaderPrivate) argument
715 if (plane != 0)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) argument
63 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0);
/external/chromium_org/third_party/webrtc/common_video/
H A Dcommon_video.target.darwin-arm64.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.darwin-mips.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.darwin-mips64.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.darwin-x86.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.darwin-x86_64.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-arm64.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-mips.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-mips64.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-x86.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-x86_64.mk29 third_party/webrtc/common_video/plane.cc \
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1969 unsigned char *plane[4][3]; local
2010 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
2056 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
2057 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
2058 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];
2541 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
2542 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
2543 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];

Completed in 5059 milliseconds

1234567891011