HomeSort by relevance Sort by last modified time
    Searched defs:pitches (Results 1 - 16 of 16) sorted by null

  /external/drm_hwcomposer/
drmhwcgralloc.h 59 uint32_t pitches[4]; member in struct:hwc_drm_bo
  /external/libdrm/tests/kms/
libkms-test-framebuffer.c 44 uint32_t handles[4], pitches[4], offsets[4]; local
85 pitches[0] = fb->pitch;
89 pitches, offsets, &fb->id, 0);
  /external/libdrm/tests/planetest/
bo.c 94 uint32_t handles[4], pitches[4], offsets[4]; local
97 pitches[0] = bo->pitch;
101 pitches[1] = pitches[0];
102 offsets[1] = pitches[0] * bo->height;
106 format, handles, pitches, offsets,
  /bootable/recovery/minui/
graphics_drm.cpp 140 uint32_t handles[4], pitches[4], offsets[4]; local
143 pitches[0] = create_dumb.pitch;
147 drmModeAddFB2(drm_fd, width, height, format, handles, pitches, offsets, &(surface->fb_id), 0);
  /external/mesa3d/src/gallium/state_trackers/va/
image.c 130 img->pitches[0] = w;
132 img->pitches[1] = w;
140 img->pitches[0] = w;
142 img->pitches[1] = w / 2;
144 img->pitches[2] = w / 2;
152 img->pitches[0] = w * 2;
162 img->pitches[0] = w * 4;
234 img->pitches[0] = w * 2;
244 img->pitches[0] = w * 4;
324 unsigned pitches[3], i, j local
435 unsigned pitches[3], i, j; local
    [all...]
  /hardware/intel/common/libva/test/
loadsurface.h 237 unsigned int pitches[3]={0,0,0}; local
245 pitches[0] = surface_image.pitches[0];
250 pitches[1] = surface_image.pitches[1];
251 pitches[2] = surface_image.pitches[1];
256 pitches[1] = surface_image.pitches[1];
257 pitches[2] = surface_image.pitches[2]
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 606 uint32_t pitches[4] = {0}; local
614 pitches[0] = stride * DrmConfig::getFrameBufferBpp() / 8;
622 pitches,
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 720 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
798 pitches[0] = screen_width * 4;
803 pitches, offsets, &fb_id, 0);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 593 size_t pitches[3]; local
630 pitches[0] = ycbcr.ystride;
631 pitches[1] = pitches[2] = ycbcr.cstride;
649 EGL_DMA_BUF_PLANE0_PITCH_EXT, pitches[0],
652 EGL_DMA_BUF_PLANE1_PITCH_EXT, pitches[1],
665 EGL_DMA_BUF_PLANE0_PITCH_EXT, pitches[0],
668 EGL_DMA_BUF_PLANE1_PITCH_EXT, pitches[1],
671 EGL_DMA_BUF_PLANE2_PITCH_EXT, pitches[2],
    [all...]
egl_dri2.c 2098 int pitches[3]; local
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 962 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
1016 pitches, offsets, UTIL_PATTERN_TILES);
1024 handles, pitches, offsets, &p->fb_id, plane_flags)) {
1069 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
1093 dev->mode.height, handles, pitches, offsets,
1101 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0);
1159 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
1171 bo = bo_create(dev->fd, DRM_FORMAT_ARGB8888, cw, ch, handles, pitches,
1204 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
1212 dev->mode.height, handles, pitches, offsets
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 298 __u32 pitches[4]; member in struct:drm_mode_fb_cmd2
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 452 * buffer objects with offsets and pitches per plane.
475 __u32 pitches[4]; /* pitch for each plane */ member in struct:drm_mode_fb_cmd2
  /external/libdrm/include/drm/
drm_mode.h 391 * buffer objects with offsets and pitches per plane.
411 __u32 pitches[4]; /* pitch for each plane */ member in struct:drm_mode_fb_cmd2
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 1144 uint32 pitches[3]; member in struct:SVGAOverlayUnit
    [all...]
  /hardware/intel/common/libva/va/
va.h 1087 unsigned int pitches[4]; member in struct:_VASurfaceAttribExternalBuffers
2819 unsigned int pitches[3]; member in struct:_VAImage
    [all...]

Completed in 564 milliseconds