Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_dep_mngr.c1176 WORD32 map_stride; in ihevce_dmgr_map_set_sync() local
1194 map_stride = ps_dep_mngr_state->i4_num_horz_units; in ihevce_dmgr_map_set_sync()
1199 *(pi1_tile_start + offset_y * map_stride + offset_x) = (WORD8)i4_map_value; in ihevce_dmgr_map_set_sync()
/external/mesa3d/src/mesa/main/
Ddlist.c701 GLint map_stride; in build_bitmap_atlas() local
818 GL_MAP_WRITE_BIT, &map, &map_stride); in build_bitmap_atlas()
824 memset(map, 0xff, map_stride * atlas->texHeight); in build_bitmap_atlas()
846 map + map_stride * ypos + xpos, /* dest addr */ in build_bitmap_atlas()
847 map_stride, 0x0); in build_bitmap_atlas()