Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c367 u32 *entry_points_buf; in cedrus_h265_write_tiles() local
373 entry_points_buf = ctx->codec.h265.entry_points_buf; in cedrus_h265_write_tiles()
396 entry_points_buf[i] = entry_points[i]; in cedrus_h265_write_tiles()
407 entry_points_buf[i * 4 + 0] = entry_points[i]; in cedrus_h265_write_tiles()
408 entry_points_buf[i * 4 + 1] = 0x0; in cedrus_h265_write_tiles()
409 entry_points_buf[i * 4 + 2] = (y << 16) | (x << 0); in cedrus_h265_write_tiles()
410 entry_points_buf[i * 4 + 3] = in cedrus_h265_write_tiles()
848 ctx->codec.h265.entry_points_buf = in cedrus_h265_start()
852 if (!ctx->codec.h265.entry_points_buf) { in cedrus_h265_start()
891 ctx->codec.h265.entry_points_buf, in cedrus_h265_stop()
Dcedrus.h144 void *entry_points_buf; member