Searched refs:img (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp1334 unsigned char *img[4]; local
1373 img[0] = image_ptr[0]+x;
1374 img[1] = image_ptr[1]+x;
1375 img[2] = image_ptr[2]+x;
1376 img[3] = image_ptr[3]+x;
1378 block[0] = img[0];
1379 block[1] = img[1];
1380 block[2] = img[2];
1381 block[3] = img[3];
1440 ivalue[0] = CLIP255(*img[
[all...]
/hardware/ti/wlan/wl1271/platforms/os/linux/
H A DMakefile188 # Dont use the original mkfs.jffs2 on TI's servers (voice.img won't work)
247 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
260 apps.img: apps
262 mkimgti -t data -o apps.img apps.cram
268 voice.img:
270 mkimgti -t data -o voice.img voice.jffs2
272 suppl.img:
277 mkimgti -t data -o suppl.img supp
[all...]
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp134 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
137 img->width = rhs->w;
138 img->height = rhs->h;
139 img->format = get_format(rhs->format);
140 img->offset = hnd->offset;
143 img->offset += hnd->map_offset;
144 img->memory_id = hnd->gpu_fd;
145 if (img->format == MDP_RGBA_8888) {
147 img->format = MDP_BGRA_8888;
150 img
[all...]
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp140 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
147 img->width = rhs->w;
148 img->height = rhs->h;
149 img->format = get_format(rhs->format);
150 img->offset = hnd->offset;
151 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp862 static bool need_temp_buffer(struct copybit_image_t const *img) argument
864 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
867 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
882 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
884 info.width = img->w;
885 info.height = img->h;
886 info.format = img->format;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1564 static void free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img) argument
1566 memset(img, 0, sizeof(*img));
1569 static int load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img) argument
1640 img->size = ALIGN(width * height * bpp, 4096);
1641 if (img->size > hwc_dev->img_mem_size) {
1642 ALOGE("image does not fit into framebuffer area (%d > %d)", img->size, hwc_dev->img_mem_size);
1645 img->ptr = hwc_dev->img_mem_ptr;
1654 row_pointers[i] = img->ptr + i * width * bpp;
1657 img
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp3487 } img; local
3495 img.list.count = 1;
3496 e = &img.list.req[0];
3614 if (ioctl(fb_fd, MSMFB_BLIT, &img)) {

Completed in 122 milliseconds