Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c63 addr += field * buf->codec.h264.mv_col_buf_size / 2; in cedrus_h264_mv_col_buf_addr()
142 if (!output_buf->codec.h264.mv_col_buf_size) { in cedrus_write_frame_list()
153 output_buf->codec.h264.mv_col_buf_size = field_size * 2; in cedrus_write_frame_list()
157 output_buf->codec.h264.mv_col_buf_size, in cedrus_write_frame_list()
162 output_buf->codec.h264.mv_col_buf_size = 0; in cedrus_write_frame_list()
659 if (buf->codec.h264.mv_col_buf_size > 0) { in cedrus_h264_stop()
661 buf->codec.h264.mv_col_buf_size, in cedrus_h264_stop()
666 buf->codec.h264.mv_col_buf_size = 0; in cedrus_h264_stop()
Dcedrus_h265.c112 field * cedrus_buf->codec.h265.mv_col_buf_size / 2; in cedrus_h265_frame_info_mv_col_buf_addr()
463 if (!cedrus_buf->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
469 cedrus_buf->codec.h265.mv_col_buf_size = in cedrus_h265_setup()
477 cedrus_buf->codec.h265.mv_col_buf_size, in cedrus_h265_setup()
481 cedrus_buf->codec.h265.mv_col_buf_size = 0; in cedrus_h265_setup()
875 if (buf->codec.h265.mv_col_buf_size > 0) { in cedrus_h265_stop()
877 buf->codec.h265.mv_col_buf_size, in cedrus_h265_stop()
882 buf->codec.h265.mv_col_buf_size = 0; in cedrus_h265_stop()
Dcedrus.h105 ssize_t mv_col_buf_size; member
110 ssize_t mv_col_buf_size; member