Home
last modified time | relevance | path

Searched refs:buf_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h65 uint32_t buf_alloc; member
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch2948 + const size_t buf_alloc = buf_alloc_size(p_filter->fmt_out.video.i_chroma,
2950 + if (buf_alloc == 0)
2952 + cma_buf_t *const cb = cma_buf_pool_alloc_buf(sys->cma_out_pool, buf_alloc);
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7834 + int (*buf_alloc)(struct dmabufs_ctl * dbsc, struct dmabuf_h * dh, size_t size);
7931 + if (dh->fns->buf_alloc(dbsc, dh, size) != 0)
8179 + .buf_alloc = buf_cma_alloc,
8204 + .buf_alloc = buf_cma_alloc,