Searched refs:out_width (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp192 o_img_ptr.uWidth = params->out_width;
362 int out_width = 0, in_width = 0; local
371 out_width = input->out_width;
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,
419 cinfo.image_width = out_width - right_crop;
431 row_tmp = (uint8_t*)malloc(out_width *
[all...]
H A DAppCallbackNotifier.cpp946 main_jpeg->out_width = frame->mAlignment/2;
976 tn_jpeg->out_width = tn_width;
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h116 __u32 out_width, out_height; member in struct:omapfb_update_window
146 __u32 out_width; 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
144 __u32 out_width; member in struct:omapfb_plane_info
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h119 int out_width; member in struct:android::Encoder_libjpeg::params

Completed in 51 milliseconds