Searched refs:src_bits (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati_2d.c | 106 uint8_t *src_bits = s->vga.vram_ptr + (DEFAULT_CNTL ? in ati_2d_blt() local 110 src_bits += s->regs.crtc_offset & 0x07ffffff; in ati_2d_blt() 113 if (src_x > 0x3fff || src_y > 0x3fff || src_bits >= end in ati_2d_blt() 114 || src_bits + src_x in ati_2d_blt() 123 src_bits, dst_bits, src_stride, dst_stride, bpp, bpp, in ati_2d_blt() 130 fallback = !pixman_blt((uint32_t *)src_bits, (uint32_t *)dst_bits, in ati_2d_blt() 140 fallback = !pixman_blt((uint32_t *)src_bits, tmp, in ati_2d_blt() 171 memmove(&dst_bits[i], &src_bits[j], s->regs.dst_width * bypp); in ati_2d_blt()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 46682 + const AVFrame * const src, const unsigned int src_bits)
|