Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c262 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
281 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
286 ctx->codec.h265.mv_col_buf_size, in cedrus_h265_setup()
290 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_setup()
592 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_start()
608 if (ctx->codec.h265.mv_col_buf_size > 0) { in cedrus_h265_stop()
609 dma_free_coherent(dev->dev, ctx->codec.h265.mv_col_buf_size, in cedrus_h265_stop()
613 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_stop()
Dcedrus.h117 ssize_t mv_col_buf_size; member
133 ssize_t mv_col_buf_size; member
Dcedrus_h264.c584 ctx->codec.h264.mv_col_buf_size = mv_col_size; in cedrus_h264_start()
586 ctx->codec.h264.mv_col_buf_size, in cedrus_h264_start()
637 dma_free_coherent(dev->dev, ctx->codec.h264.mv_col_buf_size, in cedrus_h264_start()
657 dma_free_coherent(dev->dev, ctx->codec.h264.mv_col_buf_size, in cedrus_h264_stop()