Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp191 o_img_ptr.uWidth = params->out_width; in resize_nv12()
357 int out_width = 0, in_width = 0; in encode() local
365 out_width = input->out_width; in encode()
375 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || in encode()
383 if ((in_width != out_width) || (in_height != out_height)) { in encode()
388 } else if ((in_width != out_width) || (in_height != out_height)) { in encode()
407 out_width, out_height, input->dst, in encode()
411 cinfo.image_width = out_width; in encode()
423 row_tmp = (uint8_t*)malloc(out_width * 3); in encode()
425 row_uv = src + out_width * out_height * bpp; in encode()
[all …]
DAppCallbackNotifier.cpp847 main_jpeg->out_width = frame->mWidth; in notifyFrame()
875 tn_jpeg->out_width = tn_width; in notifyFrame()
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h98 int out_width; member