Searched defs:in_width (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp184 i_img_ptr.uWidth = params->in_width;
362 int out_width = 0, in_width = 0; local
372 in_width = input->in_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)) {
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h117 int in_width; member in struct:android::Encoder_libjpeg::params

Completed in 28 milliseconds