Searched refs:entry_points_buf (Results 1 – 2 of 2) sorted by relevance
342 u32 *entry_points_buf; in cedrus_h265_write_tiles() local348 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()
151 void *entry_points_buf; member