Searched refs:image_width (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_coverlay.c | 402 int image_width, image_height, width, height, size; in psb_DisplayRGBASubpicture() local 423 image_width = subpicture->width; in psb_DisplayRGBASubpicture() 438 if ((srcx + srcw) > image_width) in psb_DisplayRGBASubpicture() 439 srcw = image_width - srcx; in psb_DisplayRGBASubpicture() 472 …ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 3… in psb_DisplayRGBASubpicture()
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 419 cinfo.image_width = out_width - right_crop; in encode()
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 489 cinfo.image_width = out_width - right_crop; in encode()
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_TI_Video.h | 2150 OMX_U16 image_width; member
|