OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmUint16
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/
NV12_resize.c
31
mmUint16
dummy /* Transparent pixel value */
36
mmUint16
row,col;
41
mmUint16
x, y;
47
mmUint16
xf, yf;
52
mmUint16
idx,idy, idxC;
117
y = (
mmUint16
) ((mmUint32) (row*resizeFactorY) >> 9);
128
mmUint16
accum_1;
133
x = (
mmUint16
) ((mmUint32) (col*resizeFactorX) >> 9);
199
y = (
mmUint16
) ((mmUint32) (row*resizeFactorY) >> 9);
216
mmUint16
accum_1Cb, accum_1Cr
[
all
...]
/hardware/ti/omap4xxx/camera/inc/
NV12_resize.h
12
typedef unsigned short
mmUint16
;
141
mmUint16
dummy /* Transparent pixel value */
Completed in 22 milliseconds