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

/hardware/intel/img/psb_video/src/
H A Dvsp_compose.c60 int out_width = 0, out_height = 0, out_stride = 0; local
104 out_height = output_surface->height_origin;
144 cell_compose_param->Video_OUT_ysize = out_height;
178 cell_compose_param->scaled_height = out_height;
180 cell_compose_param->scalefactor_dy = (unsigned int)(1024 / (((float)out_height) / yuv_height) + 0.5);
182 (((out_width + 15) >> 4) * ((out_height + 15) >> 4));
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp250 o_img_ptr.uHeight = params->out_height;
431 int out_height = 0, in_height = 0; local
441 out_height = input->out_height;
451 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
459 if ((in_width != out_width) || (in_height != out_height)) {
469 } else if ((in_width != out_width) || (in_height != out_height)) {
485 out_width, out_height, input->dst,
490 cinfo.image_height = out_height;
503 row_uv = src + out_width * out_height * bp
[all...]
/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/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h136 int out_height; member in struct:Ti::Camera::Encoder_libjpeg::params
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h120 int out_height; member in struct:android::Encoder_libjpeg::params
/hardware/ti/omap4-aah/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/omap4-aah/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
/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 1661 milliseconds