Home
last modified time | relevance | path

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

/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c600 ctx->codec.h264.deblk_buf_size = in cedrus_h264_start()
604 ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
632 dma_free_coherent(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_start()
666 if (ctx->codec.h264.deblk_buf_size) in cedrus_h264_stop()
667 dma_free_coherent(dev->dev, ctx->codec.h264.deblk_buf_size, in cedrus_h264_stop()
Dcedrus.h125 ssize_t deblk_buf_size; member