Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c402 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/
DEncoder_libjpeg.cpp419 cinfo.image_width = out_width - right_crop; in encode()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp489 cinfo.image_width = out_width - right_crop; in encode()
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Video.h2150 OMX_U16 image_width; member