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

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c402 int image_width, image_height, width, height, size; local
423 image_width = subpicture->width;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0);
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp489 cinfo.image_width = out_width - right_crop;
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp419 cinfo.image_width = out_width - right_crop;
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_Video.h2107 * @param image_width : Image width of the decoded frame
2109 * @param image_width : Image height of the decoded frame
2150 OMX_U16 image_width; member in struct:OMX_TI_VIDEO_H264VDEC_ErrConcealStr

Completed in 280 milliseconds