Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DNV12_resize.c54 if(i_img_ptr->uWidth == o_img_ptr->uWidth) in VT_resizeFrame_Video_opt2_lp()
59 ALOGV("************************(i_img_ptr->width == %d" , i_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
61 ALOGV("************************(o_img_ptr->width == %d" ,o_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
82 codx = o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
89 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
92 idx = i_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
109 ptr8 = (mmUchar*)o_img_ptr->imgPtr + cox + coy*o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
187 ptr8Cb = (mmUchar*)o_img_ptr->clrPtr + cox + coy*o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
DEncoder_libjpeg.cpp184 i_img_ptr.uWidth = params->in_width; in resize_nv12()
185 i_img_ptr.uStride = i_img_ptr.uWidth; in resize_nv12()
189 i_img_ptr.clrPtr = i_img_ptr.imgPtr + (i_img_ptr.uWidth * i_img_ptr.uHeight); in resize_nv12()
192 o_img_ptr.uWidth = params->out_width; in resize_nv12()
193 o_img_ptr.uStride = o_img_ptr.uWidth; in resize_nv12()
197 o_img_ptr.clrPtr = o_img_ptr.imgPtr + (o_img_ptr.uWidth * o_img_ptr.uHeight); in resize_nv12()
/hardware/ti/omap4xxx/camera/inc/
DNV12_resize.h104 mmInt32 uWidth; member
117 mmUint32 uWidth; /* dx of rectangle */ member