Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp420 cinfo.image_height = out_height; in encode()
435 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) { in encode()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp490 cinfo.image_height = out_height; in encode()
505 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) { in encode()
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c402 int image_width, image_height, width, height, size; in psb_DisplayRGBASubpicture() local
424 image_height = subpicture->height; in psb_DisplayRGBASubpicture()
440 if ((srcy + srch) > image_height) in psb_DisplayRGBASubpicture()
441 srch = image_height - srcy; in psb_DisplayRGBASubpicture()
472 …= XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0); in psb_DisplayRGBASubpicture()
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Video.h2151 OMX_U16 image_height; member