Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/inc/
DNV12_resize.h13 typedef unsigned int mmUint32; typedef
115 mmUint32 x; /* x pos of rectangle */
116 mmUint32 y; /* y pos of rectangle */
117 mmUint32 uWidth; /* dx of rectangle */
118 mmUint32 uHeight; /* dy of rectangle */
/hardware/ti/omap4xxx/camera/
DNV12_resize.c37 mmUint32 resizeFactorX; in VT_resizeFrame_Video_opt2_lp()
38 mmUint32 resizeFactorY; in VT_resizeFrame_Video_opt2_lp()
51 mmUint32 cox, coy, codx, cody; in VT_resizeFrame_Video_opt2_lp()
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp()
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); in VT_resizeFrame_Video_opt2_lp()
134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
199 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp()
200 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); in VT_resizeFrame_Video_opt2_lp()
[all …]