Home
last modified time | relevance | path

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 D0003-CVE-2022-41325.patch46 - 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 D2001-fix-luaL-checkint.patch217 - p_widget->i_width = luaL_checkint( L, arg );
218 + p_widget->i_width = luaL_checkinteger( L, arg );
H A D0004-mmal_20.patch1620 + dec->fmt_in.video.i_width, dec->fmt_in.video.i_height,
1626 + dec->fmt_out.video.i_width, dec->fmt_out.video.i_height,
2322 + str_fourcc(dbuf0, p_filter->fmt_in.video.i_chroma), p_filter->fmt_in.video.i_width
2326 …fourcc(dbuf1, p_filter->fmt_out.video.i_chroma), p_filter->fmt_out.video.i_width, p_filter->fmt_ou…
2474 + out_pic->format.i_width, out_pic->format.i_height,
2741 + p_filter->fmt_in.video.i_width, p_filter->fmt_in.video.i_height,
2746 + p_filter->fmt_out.video.i_width, p_filter->fmt_out.video.i_height,
3011 + f_in->i_width != f_out->i_width)
3031 + p_filter->fmt_in.video.i_width, p_filter->fmt_in.video.i_height,
3036 + p_filter->fmt_out.video.i_width, p_filter->fmt_out.video.i_height,
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp720 int AddColumn(const std::string& i_name, std::size_t i_width) in AddColumn() argument
722 if (i_width < i_name.length()) in AddColumn()
724 m_columns.emplace_back(types::TableColumnNameSizePair(i_name, i_width)); in AddColumn()
725 m_currentWidth += i_width; in AddColumn()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch214 - p_widget->i_width = luaL_checkint( L, arg );
215 + p_widget->i_width = luaL_checkinteger( L, arg );