Searched defs:region (Results 1 - 7 of 7) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp68 pmem_region region; local
69 int err = ioctl(fd, PMEM_GET_TOTAL_SIZE, &region);
71 *size = region.len;
H A Dmapper.cpp282 struct pmem_region region; local
285 region.offset = hnd->offset;
286 region.len = hnd->size;
287 err = ioctl(hnd->fd, PMEM_CACHE_FLUSH, &region);
/hardware/msm7k/libgralloc/
H A Dgralloc.cpp201 pmem_region region; local
202 if (ioctl(master_fd, PMEM_GET_TOTAL_SIZE, &region) < 0) {
206 size = region.len;
/hardware/qcom/display/libhwcomposer/
H A Dhwc_copybit.cpp37 region_iterator(hwc_region_t region) { argument
38 mRegion = region;
39 r.end = region.numRects;
400 //create one clip region
422 // Copybit region
423 hwc_region_t region = layer->visibleRegionScreen; local
424 region_iterator copybitRegion(region);
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp1010 struct copybit_region_t const *region,
1220 while ((status == 0) && region->next(region, &clip)) {
1265 struct copybit_region_t const *region)
1270 region, needsBlending);
1278 struct copybit_region_t const *region)
1282 return stretch_copybit_internal(dev, dst, src, &dr, &sr, region, false);
1004 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1259 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1274 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h248 struct omapfb_mem_region region[OMAPFB_PLANE_NUM]; member in struct:omapfb_mem_desc
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c96 hwc_rect_t mirror_region; /* region of screen to mirror */
561 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region) argument
563 int orig_w = WIDTH(region);
564 int orig_h = HEIGHT(region);
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
669 /* crop to clone region if mirroring */
1163 struct hwc_rect region = { local
1168 set_ext_matrix(&hwc_dev->ext, region);
2091 if (property_get("persist.hwc.mirroring.region", valu
[all...]

Completed in 142 milliseconds