Home
last modified time | relevance | path

Searched refs:cropout (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp44 IC_rect_type* cropout, /* how much to resize to in final image */ in VT_resizeFrame_Video_opt2_lp() argument
84 if ( !cropout ) { in VT_resizeFrame_Video_opt2_lp()
90 cox = cropout->x; in VT_resizeFrame_Video_opt2_lp()
91 coy = cropout->y; in VT_resizeFrame_Video_opt2_lp()
92 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
93 cody = cropout->uHeight; in VT_resizeFrame_Video_opt2_lp()
/hardware/ti/omap4xxx/camera/
DNV12_resize.c30 IC_rect_type* cropout, /* how much to resize to in final image */ in VT_resizeFrame_Video_opt2_lp() argument
78 if (cropout == NULL) in VT_resizeFrame_Video_opt2_lp()
87 cox = cropout->x; in VT_resizeFrame_Video_opt2_lp()
88 coy = cropout->y; in VT_resizeFrame_Video_opt2_lp()
89 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
90 cody = cropout->uHeight; in VT_resizeFrame_Video_opt2_lp()
/hardware/ti/omap4-aah/camera/inc/
DNV12_resize.h131 IC_rect_type* cropout, /* how much to resize to in final image */
/hardware/ti/omap4xxx/camera/inc/
DNV12_resize.h140 IC_rect_type* cropout, /* how much to resize to in final image */