Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c273 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
287 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
292 ctx->codec.h265.mv_col_buf_size, in cedrus_h265_setup()
296 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_setup()
600 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_start()
616 if (ctx->codec.h265.mv_col_buf_size > 0) { in cedrus_h265_stop()
617 dma_free_coherent(dev->dev, ctx->codec.h265.mv_col_buf_size, in cedrus_h265_stop()
621 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_stop()
Dcedrus.h126 ssize_t mv_col_buf_size; member
142 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()