Searched defs:img (Results 1 - 15 of 15) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h199 void DumpYuvToFile(const String8 &fileName, const CpuConsumer::LockedBuffer &img) { argument
205 switch (img.format) {
207 stride = img.stride;
208 chromaStride = img.chromaStride;
209 chromaStep = img.chromaStep;
210 dataCb = img.dataCb;
211 dataCr = img.dataCr;
214 stride = img.width;
215 chromaStride = img.width;
217 dataCr = img
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp141 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
148 img->width = rhs->w;
149 img->height = rhs->h;
150 img->format = get_format(rhs->format);
151 img->offset = hnd->offset;
152 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp909 static bool need_temp_buffer(struct copybit_image_t const *img) argument
911 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
914 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
929 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
931 info.width = img->w;
932 info.height = img->h;
933 info.format = img->format;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp144 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
151 img->width = rhs->w;
152 img->height = rhs->h;
153 img->format = get_format(rhs->format);
154 img->offset = hnd->offset;
155 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp928 static bool need_temp_buffer(struct copybit_image_t const *img) argument
930 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
933 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
948 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
950 info.width = img->w;
951 info.height = img->h;
952 info.format = img->format;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp141 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
148 img->width = rhs->w;
149 img->height = rhs->h;
150 img->format = get_format(rhs->format);
151 img->offset = hnd->offset;
152 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp909 static bool need_temp_buffer(struct copybit_image_t const *img) argument
911 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
914 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
929 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
931 info.width = img->w;
932 info.height = img->h;
933 info.format = img->format;
/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/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-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3489 } img; local
3497 img.list.count = 1;
3498 e = &img.list.req[0];
3616 if (ioctl(fb_fd, MSMFB_BLIT, &img)) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3742 } img; local
3749 img.list.count = 1;
3750 e = &img.list.req[0];
3867 if (ioctl(fb_fd, MSMFB_BLIT, &img)) {
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h272 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h276 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h296 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h295 struct msmfb_img img; member in struct:msmfb_writeback_data

Completed in 6821 milliseconds