Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A 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()
678 if (ctx->codec.h264.deblk_buf_size) in cedrus_h264_stop()
679 dma_free_attrs(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_stop()
H A Dcedrus.h136 ssize_t deblk_buf_size; member