Searched refs:merge_row_rgbx (Results 1 – 2 of 2) sorted by relevance
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/ |
H A D | color.c | 1224 static void merge_row_rgbx(u8 *src, u32 src_w, u8 *dst, u32 dst_w, s32 h_inc, s32 x_pitch, u8 alpha… in merge_row_rgbx() function 2092 copy_row = has_alpha ? merge_row_rgbx : copy_row_rgbx; in gf_stretch_bits()
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/ |
H A D | color.c | 1224 static void merge_row_rgbx(u8 *src, u32 src_w, u8 *dst, u32 dst_w, s32 h_inc, s32 x_pitch, u8 alpha… in merge_row_rgbx() function 2092 copy_row = has_alpha ? merge_row_rgbx : copy_row_rgbx; in gf_stretch_bits()
|