/external/mesa3d/src/gallium/state_trackers/va/ |
D | image.c | 130 img->pitches[0] = w; in vlVaCreateImage() 132 img->pitches[1] = w; in vlVaCreateImage() 140 img->pitches[0] = w; in vlVaCreateImage() 142 img->pitches[1] = w / 2; in vlVaCreateImage() 144 img->pitches[2] = w / 2; in vlVaCreateImage() 152 img->pitches[0] = w * 2; in vlVaCreateImage() 162 img->pitches[0] = w * 4; in vlVaCreateImage() 234 img->pitches[0] = w * 2; in vlVaDeriveImage() 244 img->pitches[0] = w * 4; in vlVaDeriveImage() 324 unsigned pitches[3], i, j; in vlVaGetImage() local [all …]
|
D | surface.c | 260 sub->image->pitches[0], 0, 0); in vlVaPutSubpictures() 542 whandle.stride = memory_attibute->pitches[index]; in suface_from_external_memory()
|
/external/libdrm/tests/modetest/ |
D | buffers.c | 131 unsigned int handles[4], unsigned int pitches[4], in bo_create() 245 pitches[0] = bo->pitch; in bo_create() 256 pitches[0] = bo->pitch; in bo_create() 257 pitches[1] = pitches[0]; in bo_create() 258 offsets[1] = pitches[0] * height; in bo_create() 269 pitches[0] = bo->pitch; in bo_create() 270 pitches[1] = pitches[0] / 2; in bo_create() 271 offsets[1] = pitches[0] * height; in bo_create() 273 pitches[2] = pitches[1]; in bo_create() 274 offsets[2] = offsets[1] + pitches[1] * height / 2; in bo_create() [all …]
|
D | modetest.c | 962 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in set_plane() local 1016 pitches, offsets, UTIL_PATTERN_TILES); in set_plane() 1024 handles, pitches, offsets, &p->fb_id, plane_flags)) { in set_plane() 1069 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in set_mode() local 1093 dev->mode.height, handles, pitches, offsets, in set_mode() 1101 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); in set_mode() 1159 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in set_cursors() local 1171 bo = bo_create(dev->fd, DRM_FORMAT_ARGB8888, cw, ch, handles, pitches, in set_cursors() 1204 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in test_page_flip() local 1212 dev->mode.height, handles, pitches, offsets, in test_page_flip() [all …]
|
D | buffers.h | 36 unsigned int handles[4], unsigned int pitches[4],
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_overlay.h | 141 uint32 *pitches, /* OUT (optional) */ in VMwareVideoGetAttributes() argument 157 if (pitches) { in VMwareVideoGetAttributes() 158 pitches[0] = *width; in VMwareVideoGetAttributes() 167 if (pitches) { in VMwareVideoGetAttributes() 168 pitches[1] = pitches[2] = tmp; in VMwareVideoGetAttributes() 185 if (pitches) { in VMwareVideoGetAttributes() 186 pitches[0] = *size; in VMwareVideoGetAttributes()
|
D | svga_reg.h | 1144 uint32 pitches[3]; member
|
/external/drm_gralloc/ |
D | gralloc_drm_intel.c | 198 uint32_t *pitches, uint32_t *offsets, uint32_t *handles) in intel_resolve_format() argument 207 memset(pitches, 0, 4 * sizeof(uint32_t)); in intel_resolve_format() 211 pitches[0] = ib->base.handle->stride; in intel_resolve_format() 218 pitches[2] = pitches[0]/2; in intel_resolve_format() 219 pitches[1] = pitches[0]/2; in intel_resolve_format() 223 pitches[0] * ib->base.handle->height; in intel_resolve_format() 225 pitches[2] * ib->base.handle->height/2; in intel_resolve_format() 233 pitches[1] = pitches[0]; in intel_resolve_format() 235 pitches[0] * ib->base.handle->height; in intel_resolve_format()
|
D | gralloc_drm_priv.h | 74 uint32_t *pitches, uint32_t *offsets, uint32_t *handles);
|
D | gralloc_drm.cpp | 336 uint32_t *pitches, uint32_t *offsets, uint32_t *handles) in gralloc_drm_resolve_format() argument 345 pitches, offsets, handles); in gralloc_drm_resolve_format()
|
D | gralloc_drm.h | 121 void gralloc_drm_resolve_format(buffer_handle_t _handle, uint32_t *pitches, uint32_t *offsets, uint…
|
/external/libdrm/tests/planetest/ |
D | bo.c | 94 uint32_t handles[4], pitches[4], offsets[4]; in add_fb_sp_bo() local 97 pitches[0] = bo->pitch; in add_fb_sp_bo() 101 pitches[1] = pitches[0]; in add_fb_sp_bo() 102 offsets[1] = pitches[0] * bo->height; in add_fb_sp_bo() 106 format, handles, pitches, offsets, in add_fb_sp_bo()
|
/external/libdrm/tests/kms/ |
D | libkms-test-framebuffer.c | 44 uint32_t handles[4], pitches[4], offsets[4]; in kms_framebuffer_create() local 85 pitches[0] = fb->pitch; in kms_framebuffer_create() 89 pitches, offsets, &fb->id, 0); in kms_framebuffer_create()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 593 size_t pitches[3]; in droid_create_image_from_prime_fd_yuv() local 630 pitches[0] = ycbcr.ystride; in droid_create_image_from_prime_fd_yuv() 631 pitches[1] = pitches[2] = ycbcr.cstride; in droid_create_image_from_prime_fd_yuv() 649 EGL_DMA_BUF_PLANE0_PITCH_EXT, pitches[0], in droid_create_image_from_prime_fd_yuv() 652 EGL_DMA_BUF_PLANE1_PITCH_EXT, pitches[1], in droid_create_image_from_prime_fd_yuv() 665 EGL_DMA_BUF_PLANE0_PITCH_EXT, pitches[0], in droid_create_image_from_prime_fd_yuv() 668 EGL_DMA_BUF_PLANE1_PITCH_EXT, pitches[1], in droid_create_image_from_prime_fd_yuv() 671 EGL_DMA_BUF_PLANE2_PITCH_EXT, pitches[2], in droid_create_image_from_prime_fd_yuv()
|
D | egl_dri2.c | 2098 int pitches[3]; in dri2_create_image_dma_buf() local 2128 pitches[i] = attrs.DMABufPlanePitches[i].Value; in dri2_create_image_dma_buf() 2135 fds, num_fds, pitches, offsets, in dri2_create_image_dma_buf()
|
/external/libvncserver/libvncclient/ |
D | h264.c | 592 uint8_t *nv12_y = &nv12_buf[vaImage.offsets[0] + vaImage.pitches[0] * ch_y + ch_x]; in nv12_to_rgba() 593 uint8_t *nv12_uv = &nv12_buf[vaImage.offsets[1] + vaImage.pitches[1] * (ch_y / 2) + ch_x]; in nv12_to_rgba() 608 … nv12_y[vaImage.pitches[0] + src_x], nv12_y[vaImage.pitches[0] + src_x + 1] }; in nv12_to_rgba() 634 nv12_y += 2 * vaImage.pitches[0]; in nv12_to_rgba() 635 nv12_uv += vaImage.pitches[1]; in nv12_to_rgba()
|
/external/drm_hwcomposer/ |
D | platformdrmgeneric.cpp | 119 bo->pitches[0] = gr_handle->stride; in ImportBuffer() 124 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); in ImportBuffer()
|
D | drmhwcgralloc.h | 59 uint32_t pitches[4]; member
|
D | platformnv.cpp | 114 buf->bo.gem_handles, buf->bo.pitches, buf->bo.offsets, in ImportBuffer()
|
/external/libdrm/ |
D | xf86drmMode.h | 373 uint32_t pitches[4], uint32_t offsets[4], 379 uint32_t pitches[4], uint32_t offsets[4],
|
D | xf86drmMode.c | 275 uint32_t pitches[4], uint32_t offsets[4], in drmModeAddFB2WithModifiers() 287 memcpy(f.pitches, pitches, 4 * sizeof(pitches[0])); in drmModeAddFB2WithModifiers() 301 uint32_t pitches[4], uint32_t offsets[4], in drmModeAddFB2() 306 pitches, offsets, NULL, in drmModeAddFB2()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 720 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in main() local 798 pitches[0] = screen_width * 4; in main() 803 pitches, offsets, &fb_id, 0); in main()
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 411 __u32 pitches[4]; /* pitch for each plane */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 475 __u32 pitches[4]; /* pitch for each plane */ member
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|