Searched refs:i_height (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0003-CVE-2022-41325.patch | 47 - int i_height = p_client->height; 54 + uint16_t i_height = p_client->height; 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 | 221 - p_widget->i_height = luaL_checkint( L, arg ); 222 + p_widget->i_height = luaL_checkinteger( L, arg );
|
H A D | 0004-mmal_20.patch | 1620 + 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 … p_filter->fmt_in.video.i_chroma), p_filter->fmt_in.video.i_width, p_filter->fmt_in.video.i_height, 2326 …filter->fmt_out.video.i_chroma), p_filter->fmt_out.video.i_width, p_filter->fmt_out.video.i_height, 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, 3010 + if (f_in->i_height != f_out->i_height || 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/linux/fs/gfs2/ |
H A D | bmap.c | 139 ip->i_height = 1; in __gfs2_unstuff_inode() 357 return __fillup_metapath(ip, mp, 0, ip->i_height - 1); in lookup_metapath() 537 ret = fillup_metapath(ip, mp, ip->i_height - 1); 686 if (mp->mp_fheight == ip->i_height) { in __gfs2_iomap_alloc() 693 iblks = mp->mp_fheight - ip->i_height; in __gfs2_iomap_alloc() 719 for (; i - 1 < mp->mp_fheight - ip->i_height && n > 0; in __gfs2_iomap_alloc() 722 if (i - 1 == mp->mp_fheight - ip->i_height) { in __gfs2_iomap_alloc() 772 ip->i_height = mp->mp_fheight; in __gfs2_iomap_alloc() 815 first = metapointer(ip->i_height - 1, mp); in gfs2_alloc_size() 816 end = metaend(ip->i_height - 1, mp); in gfs2_alloc_size() [all …]
|
H A D | inode.h | 22 return !ip->i_height; in gfs2_is_stuffed()
|
H A D | incore.h | 403 u8 i_height; member
|
H A D | glops.c | 456 ip->i_height = (u8)height; in gfs2_dinode_in()
|
H A D | super.c | 426 str->di_height = cpu_to_be16(ip->i_height); in gfs2_dinode_out()
|
H A D | inode.c | 706 ip->i_height = 0; in gfs2_create_inode()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0003-fix-luaL-checkint.patch | 218 - p_widget->i_height = luaL_checkint( L, arg ); 219 + p_widget->i_height = luaL_checkinteger( L, arg );
|