Searched defs:out_height (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp194 o_img_ptr.uHeight = params->out_height;
363 int out_height = 0, in_height = 0; local
373 out_height = input->out_height;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
415 out_width, out_height, input->dst,
420 cinfo.image_height = out_height;
433 row_uv = src + out_width * out_height * bp
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h120 int out_height; member in struct:android::Encoder_libjpeg::params
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h116 __u32 out_width, out_height; member in struct:omapfb_update_window
147 __u32 out_height; member in struct:omapfb_plane_info
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h116 __u32 out_width, out_height; member in struct:omapfb_update_window
145 __u32 out_height; member in struct:omapfb_plane_info

Completed in 211 milliseconds