Home
last modified time | relevance | path

Searched refs:entry_points_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c342 u32 *entry_points_buf; in cedrus_h265_write_tiles() local
348 entry_points_buf = ctx->codec.h265.entry_points_buf; in cedrus_h265_write_tiles()
371 entry_points_buf[i] = entry_points[i]; in cedrus_h265_write_tiles()
382 entry_points_buf[i * 4 + 0] = entry_points[i]; in cedrus_h265_write_tiles()
383 entry_points_buf[i * 4 + 1] = 0x0; in cedrus_h265_write_tiles()
384 entry_points_buf[i * 4 + 2] = (y << 16) | (x << 0); in cedrus_h265_write_tiles()
385 entry_points_buf[i * 4 + 3] = in cedrus_h265_write_tiles()
817 ctx->codec.h265.entry_points_buf = in cedrus_h265_start()
821 if (!ctx->codec.h265.entry_points_buf) { in cedrus_h265_start()
850 ctx->codec.h265.entry_points_buf, in cedrus_h265_stop()
Dcedrus.h151 void *entry_points_buf; member