Searched refs:i_width (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0003-CVE-2022-41325.patch | 46 - int i_width = p_client->width; 50 + uint16_t i_width = p_client->width; 67 - p_sys->i_framebuffersize = i_width * i_height * i_depth / 8; 68 + if (mul_overflow(i_width, i_height * (i_bits_per_pixel / 8), &p_sys->i_framebuffersize)) {
|
H A D | 2001-fix-luaL-checkint.patch | 217 - p_widget->i_width = luaL_checkint( L, arg ); 218 + p_widget->i_width = luaL_checkinteger( L, arg );
|
H A D | 0004-mmal_20.patch | 3011 + f_in->i_width != f_out->i_width) 3542 + *a++ = pic->format.i_width; 3760 + tc->fmt.i_width, tc->fmt.i_height, 5869 + fmt->i_width = width; 11213 + .x = wants_isp ? 0 : src->i_x_offset * vd->fmt.i_width / src->i_width, 11215 + .width = src->i_visible_width * vd->fmt.i_width / src->i_width, 11882 + vd->fmt.i_width, vd->fmt.i_height, vd->fmt.i_sar_num, vd->fmt.i_sar_den, vd->source.i_… 11897 + if (vd->fmt.i_width == p_pic->format.i_width && 13222 + dst->i_width = width; 13347 + vd->fmt.i_width, vd->fmt.i_height, [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-loongson1.c | 154 f_shift, f_width, i_shift, i_width) \ argument 161 .int_width = (i_width), \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0003-fix-luaL-checkint.patch | 214 - p_widget->i_width = luaL_checkint( L, arg ); 215 + p_widget->i_width = luaL_checkinteger( L, arg );
|