Searched refs:mmUint32 (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DNV12_resize.h27 typedef unsigned int mmUint32; typedef
107 mmUint32 x; /* x pos of rectangle */
108 mmUint32 y; /* y pos of rectangle */
109 mmUint32 uWidth; /* dx of rectangle */
110 mmUint32 uHeight; /* dy of rectangle */
/hardware/ti/omap4xxx/camera/inc/
H A 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/omap4-aah/camera/
H A DNV12_resize.cpp50 mmUint32 resizeFactorX;
51 mmUint32 resizeFactorY;
62 mmUint32 cox, coy, codx, cody;
119 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
120 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
130 //mmUint32 accum_W;
132 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
133 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
195 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
196 yf = (mmUchar) ((mmUint32)((ro
[all...]
/hardware/ti/omap4xxx/camera/
H A DNV12_resize.c37 mmUint32 resizeFactorX;
38 mmUint32 resizeFactorY;
51 mmUint32 cox, coy, codx, cody;
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
129 //mmUint32 accum_W;
133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
199 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
200 yf = (mmUchar) ((mmUint32)((ro
[all...]

Completed in 490 milliseconds