Searched refs:src_stride (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | ati_2d.c | 100 int src_stride = DEFAULT_CNTL ? in ati_2d_blt() local 102 if (!src_stride) { in ati_2d_blt() 111 src_stride *= bpp; in ati_2d_blt() 115 + (src_y + s->regs.dst_height) * src_stride >= end) { in ati_2d_blt() 120 src_stride /= sizeof(uint32_t); in ati_2d_blt() 123 src_bits, dst_bits, src_stride, dst_stride, bpp, bpp, in ati_2d_blt() 131 src_stride, dst_stride, bpp, bpp, in ati_2d_blt() 141 src_stride, tmp_stride, bpp, bpp, in ati_2d_blt() 158 unsigned int src_pitch = src_stride * sizeof(uint32_t); in ati_2d_blt()
|
| /openbmc/qemu/hw/dma/ |
| H A D | bcm2835_dma.c | 60 int16_t dst_stride, src_stride; in bcm2835_dma_update() local 81 src_stride = ch->stride & 0xffff; in bcm2835_dma_update() 85 src_stride = 0; in bcm2835_dma_update() 121 ch->source_ad += src_stride; in bcm2835_dma_update()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/ |
| H A D | 0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch | 105 int src_stride, int pixel_step,
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 2102 + const unsigned int src_stride = buf->type->video.pitch[0]; 2107 + if (src_stride == dst_stride) { 2109 + memcpy(dst, src, src_stride * copy_n); 2114 + memcpy(dst, src, __MIN(dst_stride, src_stride)); 2116 + src += src_stride;
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2787 +static void cpy_2d(uint8_t * dst, int dst_stride, const uint8_t * src, int src_stride, int w, int … 2789 + if (dst_stride == src_stride && w + 32 >= dst_stride) { 2796 + src += src_stride;
|