Searched refs:out_height (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 194 o_img_ptr.uHeight = params->out_height; in resize_nv12() 363 int out_height = 0, in_height = 0; in encode() local 373 out_height = input->out_height; in encode() 383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || in encode() 391 if ((in_width != out_width) || (in_height != out_height)) { in encode() 396 } else if ((in_width != out_width) || (in_height != out_height)) { in encode() 415 out_width, out_height, input->dst, in encode() 420 cinfo.image_height = out_height; in encode() 433 row_uv = src + out_width * out_height * bpp; in encode()
|
D | AppCallbackNotifier.cpp | 947 main_jpeg->out_height = frame->mHeight; in notifyFrame() 977 tn_jpeg->out_height = tn_height; in notifyFrame()
|
/hardware/intel/img/psb_video/src/ |
D | vsp_compose.c | 60 int out_width = 0, out_height = 0, out_stride = 0; in vsp_compose_process_pipeline_param() local 104 out_height = output_surface->height_origin; in vsp_compose_process_pipeline_param() 144 cell_compose_param->Video_OUT_ysize = out_height; in vsp_compose_process_pipeline_param() 178 cell_compose_param->scaled_height = out_height; in vsp_compose_process_pipeline_param() 180 …cell_compose_param->scalefactor_dy = (unsigned int)(1024 / (((float)out_height) / yuv_height) + 0.… in vsp_compose_process_pipeline_param() 182 (((out_width + 15) >> 4) * ((out_height + 15) >> 4)); in vsp_compose_process_pipeline_param()
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 250 o_img_ptr.uHeight = params->out_height; in resize_nv12() 431 int out_height = 0, in_height = 0; in encode() local 441 out_height = input->out_height; in encode() 451 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || in encode() 459 if ((in_width != out_width) || (in_height != out_height)) { in encode() 469 } else if ((in_width != out_width) || (in_height != out_height)) { in encode() 485 out_width, out_height, input->dst, in encode() 490 cinfo.image_height = out_height; in encode() 503 row_uv = src + out_width * out_height * bpp; in encode()
|
D | AppCallbackNotifier.cpp | 1013 main_jpeg->out_height = frame->mHeight; in notifyFrame() 1051 tn_jpeg->out_height = tn_height; in notifyFrame()
|
/hardware/ti/omap4-aah/kernel-headers/linux/ |
D | omapfb.h | 116 __u32 out_width, out_height; member 147 __u32 out_height; member
|
/hardware/ti/omap4xxx/kernel-headers/linux/ |
D | omapfb.h | 116 __u32 out_width, out_height; member 147 __u32 out_height; member
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
D | omapfb.h | 116 __u32 out_width, out_height; member 145 __u32 out_height; member
|
/hardware/ti/omap4-aah/original-kernel-headers/linux/ |
D | omapfb.h | 116 __u32 out_width, out_height; member 145 __u32 out_height; member
|
/hardware/ti/omap4xxx/camera/inc/ |
D | Encoder_libjpeg.h | 120 int out_height; member
|
/hardware/ti/omap4-aah/camera/inc/ |
D | Encoder_libjpeg.h | 136 int out_height; member
|