Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp50 mmUint32 resizeFactorX; in VT_resizeFrame_Video_opt2_lp() local
104 resizeFactorX = ((idx-1)<<9) / codx; in VT_resizeFrame_Video_opt2_lp()
132 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); in VT_resizeFrame_Video_opt2_lp()
133 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
214 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); in VT_resizeFrame_Video_opt2_lp()
215 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()
/hardware/ti/omap4xxx/camera/
DNV12_resize.c37 mmUint32 resizeFactorX; in VT_resizeFrame_Video_opt2_lp() local
103 resizeFactorX = ((idx-1)<<9) / codx; 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()
220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); in VT_resizeFrame_Video_opt2_lp()
221 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()