Home
last modified time | relevance | path

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

/include/media/tpg/
A Dv4l2-tpg.h462 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl) in tpg_s_bytesperline() argument
467 tpg->bytesperline[plane] = bpl; in tpg_s_bytesperline()
472 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_s_bytesperline()
497 unsigned plane, unsigned bpl) in tpg_calc_line_width() argument
503 return bpl; in tpg_calc_line_width()
505 unsigned plane_w = bpl * tpg->twopixelsize[p] / tpg->twopixelsize[0]; in tpg_calc_line_width()

Completed in 6 milliseconds