Searched refs:width_div (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-v4l2-fwht.c | 45 u32 width_div, u32 height_div, u32 components_num, in v4l2_fwht_validate_fmt() argument 48 if (info->width_div == width_div && in v4l2_fwht_validate_fmt() 56 const struct v4l2_fwht_pixfmt_info *v4l2_fwht_find_nth_fmt(u32 width_div, in v4l2_fwht_find_nth_fmt() argument 66 width_div, height_div, in v4l2_fwht_find_nth_fmt() 99 rf->width_div = info->width_div; in prepare_raw_frame() 271 if (rf.width_div == 1) in v4l2_fwht_encode() 338 if (hdr_width_div != info->width_div || in v4l2_fwht_decode()
|
| H A D | codec-v4l2-fwht.h | 19 unsigned int width_div; member 53 u32 width_div, u32 height_div, u32 components_num, 55 const struct v4l2_fwht_pixfmt_info *v4l2_fwht_find_nth_fmt(u32 width_div,
|
| H A D | codec-fwht.h | 90 unsigned int width_div; member
|
| H A D | codec-fwht.c | 799 u32 chroma_w = width / frm->width_div; in fwht_encode_frame()
|
| /linux/drivers/clk/sunxi/ |
| H A D | clk-sun4i-display.c | 26 u8 width_div; member 153 div->width = data->width_div; in sun4i_a10_display_init() 248 .width_div = 4,
|
| /linux/drivers/clk/mmp/ |
| H A D | clk.h | 57 u8 width_div; member 241 .width_div = (w_d), \
|
| H A D | clk-mix.c | 26 unsigned int div_mask = (1 << mix->reg_info.width_div) - 1; in _get_maxdiv() 153 width = ri->width_div; in _set_rate() 337 width = mix->reg_info.width_div; in mmp_clk_mix_recalc_rate()
|