Searched refs:tiles_enabled (Results 1 – 1 of 1) sorted by relevance
132 bool tiles_enabled; in assemble_hw_pps() local234 tiles_enabled = !!(pps->flags & V4L2_HEVC_PPS_FLAG_TILES_ENABLED); in assemble_hw_pps()235 hw_ps->pps.tiles_enabled_flag = tiles_enabled; in assemble_hw_pps()253 hw_ps->pps.num_tile_columns = tiles_enabled ? pps->num_tile_columns_minus1 + 1 : 0; in assemble_hw_pps()254 hw_ps->pps.num_tile_rows = tiles_enabled ? pps->num_tile_rows_minus1 + 1 : 0; in assemble_hw_pps()