Searched refs:row_offset (Results 1 – 6 of 6) sorted by relevance
39 uint32_t src_offset, dst_offset, row_offset, col_offset;101 - /* row_offset = row * img_width * spp * bps / 8; */102 row_offset = row * img_rowsize;103 src_offset = row_offset + col_offset;115 row_offset = row * img_rowsize;116 - offset1 = row_offset + (first_col * bps / 8);117 - offset2 = row_offset + (last_col * bps / 8);118 + offset1 = row_offset + ((first_col * spp * bps) / 8); /* offset1 = offset into source of b…
46 uint32_t row_offset, col_offset;634 row_offset = row * rowsize;635 src = ibuff + row_offset;
718 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()783 off_t row_offset; member865 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()866 arg->row_offset--; in hist_browser__show_callchain_list()1044 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()1045 arg->row_offset--; in hist_browser__show_callchain_folded()1313 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local1327 if (row_offset == 0) { in hist_browser__show_entry()1392 --row_offset; in hist_browser__show_entry()1396 .row_offset = row_offset, in hist_browser__show_entry()[all …]
450 unsigned row_offset = he_dev->r0_startrow * he_dev->bytes_per_row; in he_init_rx_lbfp0() local459 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_rx_lbfp0()466 row_offset += he_dev->bytes_per_row; in he_init_rx_lbfp0()480 unsigned row_offset = he_dev->r1_startrow * he_dev->bytes_per_row; in he_init_rx_lbfp1() local489 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_rx_lbfp1()496 row_offset += he_dev->bytes_per_row; in he_init_rx_lbfp1()510 unsigned row_offset = he_dev->tx_startrow * he_dev->bytes_per_row; in he_init_tx_lbfp() local519 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_tx_lbfp()526 row_offset += he_dev->bytes_per_row; in he_init_tx_lbfp()
128 u16 row_offset; member
2064 parent->row_offset = 0; in hists__remove_entry_filter()2077 h->row_offset = 0; in hists__remove_entry_filter()