Home
last modified time | relevance | path

Searched refs:mmUchar (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DNV12_resize.c43 mmUchar* ptr8; in VT_resizeFrame_Video_opt2_lp()
44 mmUchar *ptr8Cb, *ptr8Cr; in VT_resizeFrame_Video_opt2_lp()
48 mmUchar* inImgPtrY; in VT_resizeFrame_Video_opt2_lp()
49 mmUchar* inImgPtrU; in VT_resizeFrame_Video_opt2_lp()
50 mmUchar* inImgPtrV; in VT_resizeFrame_Video_opt2_lp()
74 inImgPtrY = (mmUchar *) i_img_ptr->imgPtr + i_img_ptr->uOffset; in VT_resizeFrame_Video_opt2_lp()
75 inImgPtrU = (mmUchar *) i_img_ptr->clrPtr + i_img_ptr->uOffset/2; in VT_resizeFrame_Video_opt2_lp()
76 inImgPtrV = (mmUchar*)inImgPtrU + 1; 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()
115 mmUchar *pu8Yrow1 = NULL; in VT_resizeFrame_Video_opt2_lp()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DNV12_resize.h9 typedef unsigned char mmUchar; typedef