Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c265 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
284 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
289 ctx->codec.h265.mv_col_buf_size, in cedrus_h265_setup()
293 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_setup()
595 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_start()
611 if (ctx->codec.h265.mv_col_buf_size > 0) { in cedrus_h265_stop()
612 dma_free_coherent(dev->dev, ctx->codec.h265.mv_col_buf_size, in cedrus_h265_stop()
616 ctx->codec.h265.mv_col_buf_size = 0; in cedrus_h265_stop()
H A Dcedrus.h117 ssize_t mv_col_buf_size; member
133 ssize_t mv_col_buf_size; member
H A 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()