Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c436 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
450 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
456 ctx->codec.h265.mv_col_buf_size, in cedrus_h265_setup()
460 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_setup()
807 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_start()
836 if (ctx->codec.h265.mv_col_buf_size > 0) { in cedrus_h265_stop()
837 dma_free_attrs(dev->dev, ctx->codec.h265.mv_col_buf_size, in cedrus_h265_stop()
842 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_stop()
Dcedrus.h131 ssize_t mv_col_buf_size; member
147 ssize_t mv_col_buf_size; member
Dcedrus_h264.c590 ctx->codec.h264.mv_col_buf_size = mv_col_size; in cedrus_h264_start()
593 ctx->codec.h264.mv_col_buf_size, in cedrus_h264_start()
645 dma_free_attrs(dev->dev, ctx->codec.h264.mv_col_buf_size, in cedrus_h264_start()
668 dma_free_attrs(dev->dev, ctx->codec.h264.mv_col_buf_size, in cedrus_h264_stop()