Searched refs:uWidth (Results 1 – 3 of 3) sorted by relevance
54 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()
184 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()
104 mmInt32 uWidth; member117 mmUint32 uWidth; /* dx of rectangle */ member