Home
last modified time | relevance | path

Searched refs:uWidth (Results 1 – 6 of 6) 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/omap4-aah/camera/
DNV12_resize.cpp65 if ( i_img_ptr->uWidth == o_img_ptr->uWidth ) { in VT_resizeFrame_Video_opt2_lp()
68 CAMHAL_LOGV("************************(i_img_ptr->width == %d" , i_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
70 CAMHAL_LOGV("************************(o_img_ptr->width == %d" ,o_img_ptr->uWidth ); in VT_resizeFrame_Video_opt2_lp()
87 codx = o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
92 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
95 idx = i_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
113 ptr8 = (mmUchar*)o_img_ptr->imgPtr + cox + coy*o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
184 ptr8Cb = (mmUchar*)o_img_ptr->clrPtr + cox + coy*o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
DEncoder_libjpeg.cpp239 i_img_ptr.uWidth = params->in_width; in resize_nv12()
240 i_img_ptr.uStride = i_img_ptr.uWidth; in resize_nv12()
244 i_img_ptr.clrPtr = i_img_ptr.imgPtr + (i_img_ptr.uWidth * i_img_ptr.uHeight); in resize_nv12()
248 o_img_ptr.uWidth = params->out_width; in resize_nv12()
249 o_img_ptr.uStride = o_img_ptr.uWidth; in resize_nv12()
253 o_img_ptr.clrPtr = o_img_ptr.imgPtr + (o_img_ptr.uWidth * o_img_ptr.uHeight); in resize_nv12()
/hardware/ti/omap4-aah/camera/inc/
DNV12_resize.h97 mmInt32 uWidth; member
109 mmUint32 uWidth; /* dx of rectangle */ member
/hardware/ti/omap4xxx/camera/inc/
DNV12_resize.h104 mmInt32 uWidth; member
117 mmUint32 uWidth; /* dx of rectangle */ member