Home
last modified time | relevance | path

Searched refs:out_width (Results 1 – 11 of 11) sorted by relevance

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp192 o_img_ptr.uWidth = params->out_width; in resize_nv12()
362 int out_width = 0, in_width = 0; in encode() local
371 out_width = input->out_width; 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()
419 cinfo.image_width = out_width - right_crop; in encode()
431 row_tmp = (uint8_t*)malloc(out_width * 3); in encode()
433 row_uv = src + out_width * out_height * bpp; in encode()
[all …]
DAppCallbackNotifier.cpp946 main_jpeg->out_width = frame->mAlignment/2; in notifyFrame()
976 tn_jpeg->out_width = tn_width; in notifyFrame()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp248 o_img_ptr.uWidth = params->out_width; in resize_nv12()
430 int out_width = 0, in_width = 0; in encode() local
439 out_width = input->out_width; 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()
489 cinfo.image_width = out_width - right_crop; in encode()
501 row_tmp = (uint8_t*)malloc((out_width - right_crop) * 3); in encode()
503 row_uv = src + out_width * out_height * bpp; in encode()
[all …]
DAppCallbackNotifier.cpp1012 main_jpeg->out_width = frame->mAlignment/2; in notifyFrame()
1050 tn_jpeg->out_width = tn_width; in notifyFrame()
/hardware/intel/img/psb_video/src/
Dvsp_compose.c60 int out_width = 0, out_height = 0, out_stride = 0; in vsp_compose_process_pipeline_param() local
103 out_width = ALIGN_TO_16(output_surface->width); in vsp_compose_process_pipeline_param()
143 cell_compose_param->Video_OUT_xsize = out_width; in vsp_compose_process_pipeline_param()
177 cell_compose_param->scaled_width = out_width; in vsp_compose_process_pipeline_param()
179 cell_compose_param->scalefactor_dx = (unsigned int)(1024 / (((float)out_width) / yuv_width) + 0.5); in vsp_compose_process_pipeline_param()
182 (((out_width + 15) >> 4) * ((out_height + 15) >> 4)); in vsp_compose_process_pipeline_param()
/hardware/ti/omap4xxx/kernel-headers/linux/
Domapfb.h116 __u32 out_width, out_height; member
146 __u32 out_width; member
/hardware/ti/omap4-aah/kernel-headers/linux/
Domapfb.h116 __u32 out_width, out_height; member
146 __u32 out_width; member
/hardware/ti/omap4xxx/original-kernel-headers/linux/
Domapfb.h116 __u32 out_width, out_height; member
144 __u32 out_width; member
/hardware/ti/omap4-aah/original-kernel-headers/linux/
Domapfb.h116 __u32 out_width, out_height; member
144 __u32 out_width; member
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h119 int out_width; member
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h135 int out_width; member