Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp51 mmUint32 resizeFactorY; in VT_resizeFrame_Video_opt2_lp() local
105 resizeFactorY = ((idy-1)<<9) / cody; in VT_resizeFrame_Video_opt2_lp()
119 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp()
120 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
195 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp()
196 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
/hardware/ti/omap4xxx/camera/
DNV12_resize.c38 mmUint32 resizeFactorY; in VT_resizeFrame_Video_opt2_lp() local
104 resizeFactorY = ((idy-1)<<9) / 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()
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()