OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmUint32
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
NV12_resize.h
13
typedef unsigned int
mmUint32
;
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/
NV12_resize.c
37
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
)((row*resizeFactorY) >> 6) & 0x7)
[
all
...]
Completed in 211 milliseconds