Searched refs:cedrus_buf (Results 1 – 1 of 1) sorted by relevance
109 struct cedrus_buffer *cedrus_buf = vb2_to_cedrus_buffer(buf); in cedrus_h265_frame_info_mv_col_buf_addr() local111 return cedrus_buf->codec.h265.mv_col_buf_dma + in cedrus_h265_frame_info_mv_col_buf_addr()112 field * cedrus_buf->codec.h265.mv_col_buf_size / 2; in cedrus_h265_frame_info_mv_col_buf_addr()428 struct cedrus_buffer *cedrus_buf; in cedrus_h265_setup() local445 cedrus_buf = vb2_to_cedrus_buffer(&run->dst->vb2_buf); in cedrus_h265_setup()464 if (!cedrus_buf->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()470 cedrus_buf->codec.h265.mv_col_buf_size = in cedrus_h265_setup()476 cedrus_buf->codec.h265.mv_col_buf = in cedrus_h265_setup()478 cedrus_buf->codec.h265.mv_col_buf_size, in cedrus_h265_setup()479 &cedrus_buf->codec.h265.mv_col_buf_dma, in cedrus_h265_setup()[all …]