Searched refs:image_height (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 420 cinfo.image_height = out_height; in encode() 435 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) { in encode()
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 490 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/ |
D | psb_coverlay.c | 402 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/ |
D | OMX_TI_Video.h | 2151 OMX_U16 image_height; member
|