Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c607 ctx->codec.h264.deblk_buf_size = in cedrus_h264_start()
611 ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
639 dma_free_attrs(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
680 if (ctx->codec.h264.deblk_buf_size) in cedrus_h264_stop()
681 dma_free_attrs(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_stop()
Dcedrus.h139 ssize_t deblk_buf_size; member