Home
last modified time | relevance | path

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

/include/media/tpg/
Dv4l2-tpg.h461 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl) in tpg_s_bytesperline() argument
466 tpg->bytesperline[plane] = bpl; in tpg_s_bytesperline()
471 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_s_bytesperline()
496 unsigned plane, unsigned bpl) in tpg_calc_line_width() argument
502 return bpl; in tpg_calc_line_width()
504 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_calc_line_width()