Home
last modified time | relevance | path

Searched refs:deblk_buf_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c596 ctx->codec.h264.deblk_buf_size = in cedrus_h264_start()
600 ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
628 dma_free_attrs(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
683 if (ctx->codec.h264.deblk_buf_size) in cedrus_h264_stop()
684 dma_free_attrs(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_stop()
Dcedrus.h136 ssize_t deblk_buf_size; member