Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DNV12_resize.c36 mmUint16 row,col; in VT_resizeFrame_Video_opt2_lp() local
122 for (col=0; col < codx; col++) 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()
207 for (col=0; col < (((codx)>>1)); col++) 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()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c431 int letter, col, row, pad; in dhd_list() local
452 row = col = 0; in dhd_list()
457 pad = 18 * (col + 1) - strlen(buf+row*80); in dhd_list()
464 col++; row = 0; in dhd_list()